From 1bea7c49790d9820dcbf4fb1dae58569909213fc Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sat, 21 Dec 2013 16:07:06 +0100 Subject: [PATCH] Update readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index e2440cff..b4098356 100644 --- a/readme.md +++ b/readme.md @@ -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', @@ -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. \ No newline at end of file +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.