Merge pull request #967 from parnissolle/patch-1

Highlight the vendor:publish section
This commit is contained in:
Barry vd. Heuvel 2019-09-07 13:44:25 +02:00 committed by GitHub
commit 922c27a652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ The profiler is enabled by default, if you have APP_DEBUG=true. You can override
You can also set in your config if you want to include/exclude the vendor files also (FontAwesome, Highlight.js and jQuery). If you already use them in your site, set it to false.
You can also only display the js or css vendors, by setting it to 'js' or 'css'. (Highlight.js requires both css + js, so set to `true` for syntax highlighting)
Copy the package config to your local config with the publish command:
#### Copy the package config to your local config with the publish command:
```shell
php artisan vendor:publish --provider="Barryvdh\Debugbar\ServiceProvider"