Skip to content

Commit 50ca224

Browse files
committed
Merge pull request barryvdh#421 from marcorivm/patch-1
Change publish command so it only publishes the extension files
2 parents 13b7058 + a3c92fe commit 50ca224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can also only display the js of css vendors, by setting it to 'js' or 'css'.
7070
Copy the package config to your local config with the publish command:
7171

7272
```
73-
php artisan vendor:publish
73+
php artisan vendor:publish --provider="Barryvdh\Debugbar\ServiceProvider"
7474
```
7575

7676
### Lumen:

0 commit comments

Comments
 (0)