Skip to content

Commit 639ae1b

Browse files
committed
Added auto loading for Laravel 5.5+
1 parent a9f4186 commit 639ae1b

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
@@ -18,5 +18,12 @@
1818
"psr-4": {
1919
"CodebyRay\\ReviewRateable\\": "src/"
2020
}
21-
}
21+
},
22+
"extra": {
23+
"laravel": {
24+
"providers": [
25+
"Codebyray\\ReviewRateable\\ReviewRateableServiceProvider"
26+
]
27+
}
28+
},
2229
}

0 commit comments

Comments
 (0)