File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 22
22
"files" : [
23
23
" src/helpers.php"
24
24
]
25
- },
26
- "extra" : {
27
- "branch-alias" : {
28
- "dev-master" : " 2.4-dev"
29
- },
30
- "laravel" : {
31
- "providers" : [
32
- " Barryvdh\\ Debugbar\\ ServiceProvider"
33
- ],
34
- "aliases" : {
35
- "Debugbar" : " Barryvdh\\ Debugbar\\ Facade"
36
- }
37
- }
38
25
}
39
26
}
Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ composer require barryvdh/laravel-debugbar
49
49
50
50
After updating composer, add the ServiceProvider to the providers array in config/app.php
51
51
52
- > Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider
53
-
54
52
> If you use a catch-all/fallback route, make sure you load the Debugbar ServiceProvider before your own App ServiceProviders.
55
53
56
54
### Laravel 5.x:
You can’t perform that action at this time.
0 commit comments