Skip to content

Commit b132057

Browse files
Merge pull request #4 from robbydooo/master
Adding Laravel 5.5 Auto Discovery
2 parents ecc7c42 + 6e92170 commit b132057

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,15 @@
2929
},
3030
"scripts": {
3131
"test": "vendor/bin/phpunit"
32+
},
33+
"extra": {
34+
"laravel": {
35+
"providers": [
36+
"Ably\\Laravel\\AblyServiceProvider"
37+
],
38+
"aliases": {
39+
"Ably": "Ably\\Laravel\\Facades\\Ably"
40+
}
41+
}
3242
}
3343
}

0 commit comments

Comments
 (0)