Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Sep 3, 2014
1 parent e7be5c1 commit 62ad51a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ After updating composer, add the ServiceProvider to the providers array in app/c

~~You need to publish the assets from this package.~~ Since 1.7, you don't need to publish the assets anymore.

Note: The public assets can change overtime (because of upstream changes), it is recommended to re-publish them after update. You can also add the republish command in composer.json.

"post-update-cmd": [
"php artisan debugbar:publish"
],

The profiler is enabled by default, if you have app.debug=true. You can override that in the config files.
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 of css vendors, by setting it to 'js' or 'css'. (Highlight.js requires both css + js, so set to `true` for syntax highlighting)
Expand Down

0 comments on commit 62ad51a

Please sign in to comment.