File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,7 @@ Update your `composer.json` file to include this package as a dependency
1111Laravel 5 & Lumen
1212
1313``` json
14- "davibennun/laravel-push-notification" : " dev-laravel5"
15- ```
16- Laravel 4.*
17- ``` json
18- "davibennun/laravel-push-notification" : " dev-master"
14+ "daim2k5/laravel-push-notification" : " 1.*"
1915```
2016
2117Register the PushNotification service provider by adding it to the providers array.
@@ -43,10 +39,6 @@ Laravel 5
4339php artisan vendor:publish --provider="Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider" --tag="config"
4440```
4541
46- Laravel 4.*
47- ```
48- php artisan vendor:publish --provider="Vendor/Davibennun/LaravelPushNotification/LaravelPushNotificationServiceProvider" --tag="config"
49- ```
5042
5143This will generate a config file like this
5244``` php
@@ -145,5 +137,5 @@ This package should be used with [Laravel Queues], so pushes dont blocks the use
145137
146138
147139
148- [ Notification Package ] :https://github.com/Ph3nol /NotificationPusher
140+ [ Notification Package ] :https://github.com/blablacar /NotificationPusher
149141[ Laravel Queues ] :http://laravel.com/docs/queues
You can’t perform that action at this time.
0 commit comments