We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b76117 commit 2470ea7Copy full SHA for 2470ea7
readme.md
@@ -46,6 +46,7 @@ composer require barryvdh/laravel-debugbar
46
```
47
48
After updating composer, add the ServiceProvider to the providers array in app/config/app.php
49
+> Note for Laravel 5: If you use a catch-all/fallback route, make sure you load the Debugbar ServiceProvider before your own App ServiceProviders.
50
51
52
'Barryvdh\Debugbar\ServiceProvider',
0 commit comments