Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Nov 24, 2014
1 parent 9b76117 commit 2470ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ composer require barryvdh/laravel-debugbar
```

After updating composer, add the ServiceProvider to the providers array in app/config/app.php
> Note for Laravel 5: If you use a catch-all/fallback route, make sure you load the Debugbar ServiceProvider before your own App ServiceProviders.
```
'Barryvdh\Debugbar\ServiceProvider',
Expand Down

0 comments on commit 2470ea7

Please sign in to comment.