Skip to content

Commit

Permalink
Change publish command so it only publishes the extension files
Browse files Browse the repository at this point in the history
Use the --provider option to only publish the extension related files, instead of all vendor files.
  • Loading branch information
marcorivm committed Nov 29, 2015
1 parent 03e4e5b commit a3c92fe
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 a3c92fe

Please sign in to comment.