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 412e0f4 commit 554f708Copy full SHA for 554f708
README.md
@@ -13,7 +13,9 @@ Update your `composer.json` file to include this package as a dependency
13
14
Register the PushNotification service provider by adding it to the providers array in the `app/config/app.php` file.
15
```
16
-Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider
+'providers' => array(
17
+ Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider
18
+)
19
20
21
Alias the PushNotification facade by adding it to the aliases array in the `app/config/app.php` file.
0 commit comments