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 4f33fb2 commit 14eec5aCopy full SHA for 14eec5a
README.md
@@ -12,7 +12,7 @@ Update your `composer.json` file to include this package as a dependency
12
```
13
14
Register the PushNotification service provider by adding it to the providers array in the `app/config/app.php` file.
15
-```
+```php
16
'providers' => array(
17
Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider
18
)
@@ -33,7 +33,7 @@ php artisan config:publish davibennun/laravel-push-notification
33
34
35
This will generate a config file like this
36
37
array(
38
'appNameIOS'=>array(
39
'environment' => 'development',
0 commit comments