Skip to content

Commit

Permalink
Merge pull request barryvdh#421 from marcorivm/patch-1
Browse files Browse the repository at this point in the history
Change publish command so it only publishes the extension files
  • Loading branch information
barryvdh committed Feb 17, 2016
2 parents 13b7058 + a3c92fe commit 50ca224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You can also only display the js of css vendors, by setting it to 'js' or 'css'.
Copy the package config to your local config with the publish command:

```
php artisan vendor:publish
php artisan vendor:publish --provider="Barryvdh\Debugbar\ServiceProvider"
```

### Lumen:
Expand Down

0 comments on commit 50ca224

Please sign in to comment.