Skip to content

Commit a2b2757

Browse files
committed
Laravel 5.5 autodiscovery
1 parent 4326bba commit a2b2757

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,12 @@
2626
"Potsky\\LaravelLocalizationHelpers\\" : "src/"
2727
}
2828
},
29-
"minimum-stability" : "stable"
29+
"minimum-stability" : "stable",
30+
"extra": {
31+
"laravel": {
32+
"providers": [
33+
"Potsky\\LaravelLocalizationHelpers\\LaravelLocalizationHelpersServiceProvider"
34+
]
35+
}
36+
}
3037
}

0 commit comments

Comments
 (0)