Skip to content

Commit 1878ff7

Browse files
authored
Update readme.md
1 parent de15d00 commit 1878ff7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ composer require barryvdh/laravel-debugbar
4848
```
4949

5050
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+
5154
> If you use a catch-all/fallback route, make sure you load the Debugbar ServiceProvider before your own App ServiceProviders.
5255
5356
### Laravel 5.x:

0 commit comments

Comments
 (0)