You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
## Introduction
7
7
8
-
Laravel-FCM is an easy to use package working with both Laravel and Lumen for sending push notification with [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/) (FCM).
8
+
Laravel-FCM is an easy to use package working with both Laravel and Lumen for sending push notification with [Firebase Cloud Messaging](https://firebase.google.com/docs/cloud-messaging/) (FCM).
9
9
10
10
It currently **only supports HTTP protocol** for :
11
11
@@ -41,7 +41,7 @@ Register the provider directly in your app configuration file config/app.php `co
41
41
```php
42
42
'providers' => [
43
43
// ...
44
-
44
+
45
45
LaravelFCM\FCMServiceProvider::class,
46
46
]
47
47
```
@@ -68,7 +68,7 @@ Publish the package config file using the following command:
68
68
69
69
Register the provider in your boostrap app file ```boostrap/app.php```
70
70
71
-
Add the following line in the "Register Service Providers" section at the bottom of the file.
71
+
Add the following line in the "Register Service Providers" section at the bottom of the file.
0 commit comments