Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Dec 21, 2013
1 parent 076343b commit 1bea7c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Require this package in your composer.json and run composer update (or run `comp

"barryvdh/laravel-debugbar": "1.*"

After updating composer, add the ServiceProvider to the providers array in app/config/app.php
After updating composer, add the ServiceProvider to the bottom of the providers array in app/config/app.php

'Barryvdh\Debugbar\ServiceProvider',

Expand Down Expand Up @@ -109,4 +109,4 @@ You can enable or disable the debugbar during run time.
\Debugbar::enable();
\Debugbar::disable();

NB. Once enabled, the collectors are added (and could produce extra overhead), so if you want to use the debugbar in production, disable in the config and only enable when needed.
NB. Once enabled, the collectors are added (and could produce extra overhead), so if you want to use the debugbar in production, disable in the config and only enable when needed.

0 comments on commit 1bea7c4

Please sign in to comment.