Skip to content

Commit 0b24dbc

Browse files
taylorotwellbarryvdh
authored andcommitted
Support Auto-Discovery (barryvdh#643)
This will make the package work with auto-discovery in Laravel 5.5. Enjoy :)
1 parent ebccdac commit 0b24dbc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
"extra": {
2727
"branch-alias": {
2828
"dev-master": "2.3-dev"
29+
},
30+
"laravel": {
31+
"providers": [
32+
"Barryvdh\\Debugbar\\ServiceProvider"
33+
],
34+
"aliases": {
35+
"Debugbar": "Barryvdh\\Debugbar\\Facade"
36+
}
2937
}
3038
}
3139
}

0 commit comments

Comments
 (0)