Skip to content

Commit 6678e1f

Browse files
authored
Highlight the vendor:publish section
Because I already missed this step in past...
1 parent 18208d6 commit 6678e1f

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
@@ -74,7 +74,7 @@ The profiler is enabled by default, if you have APP_DEBUG=true. You can override
7474
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.
7575
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)
7676

77-
Copy the package config to your local config with the publish command:
77+
#### Copy the package config to your local config with the publish command:
7878

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

0 commit comments

Comments
 (0)