Skip to content

Commit 6a5f1d9

Browse files
committed
autodiscovery in Laravel 5.5
1 parent 233dfc8 commit 6a5f1d9

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
@@ -28,5 +28,13 @@
2828
"minimum-stability": "dev",
2929
"require": {
3030
"illuminate/support": "5.2.x|5.3.x|5.4.x|5.5.x"
31+
},
32+
"extra": {
33+
"laravel": {
34+
"providers": [
35+
"STS\\Tunneler\\TunnelerServiceProvider"
36+
]
37+
}
3138
}
39+
3240
}

0 commit comments

Comments
 (0)