Skip to content

Commit 8c6a166

Browse files
authored
Merge pull request #28 from vahidalvandi/master
add provider auto load
2 parents ad45d05 + 591fe61 commit 8c6a166

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@
2626
"October\\Rain\\Config\\": "src/"
2727
}
2828
},
29+
"extra": {
30+
"laravel": {
31+
"providers": [
32+
"October\\Rain\\Config\\ServiceProvider",
33+
]
34+
}
35+
},
2936
"minimum-stability": "dev",
3037
"prefer-stable": true
3138
}

0 commit comments

Comments
 (0)