Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 31d9e5e

Browse files
committed
Added Auto-Discovery feature to work with Laravel 5.5
1 parent b097105 commit 31d9e5e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

composer.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,16 @@
3434
]
3535
},
3636
"minimum-stability": "dev",
37-
"prefer-stable": true
37+
"prefer-stable": true,
38+
"extra": {
39+
"laravel": {
40+
"providers": [
41+
"LaravelFCM\FCMServiceProvider"
42+
],
43+
"aliases": {
44+
"FCM" : "LaravelFCM\Facades\FCM"
45+
"FCMGroup" : "LaravelFCM\Facades\FCMGroup"
46+
}
47+
}
48+
}
3849
}

0 commit comments

Comments
 (0)