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 de15d00 commit 1878ff7Copy full SHA for 1878ff7
readme.md
@@ -48,6 +48,9 @@ composer require barryvdh/laravel-debugbar
48
```
49
50
After updating composer, add the ServiceProvider to the providers array in config/app.php
51
+
52
+> Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider
53
54
> If you use a catch-all/fallback route, make sure you load the Debugbar ServiceProvider before your own App ServiceProviders.
55
56
### Laravel 5.x:
0 commit comments