We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b0fcd commit be51517Copy full SHA for be51517
README.md
@@ -14,7 +14,7 @@ This package can be installed through Composer.
14
composer require benwilkins/laravel-fcm-notification:@dev-master
15
```
16
17
-Once installed, add the service provider:
+If installing on < Laravel 5.5 then add the service provider:
18
19
```php
20
// config/app.php
composer.json
@@ -15,5 +15,12 @@
"psr-4": {
"Benwilkins\\FCM\\": "src/"
}
+ },
+ "extra": {
+ "laravel": {
21
+ "providers": [
22
+ "Benwilkins\\FCM\\FcmNotificationServiceProvider"
23
+ ]
24
+ }
25
26
0 commit comments