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
11
11
Laravel 5 & Lumen
12
12
13
13
``` 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.*"
19
15
```
20
16
21
17
Register the PushNotification service provider by adding it to the providers array.
@@ -43,10 +39,6 @@ Laravel 5
43
39
php artisan vendor:publish --provider="Davibennun\LaravelPushNotification\LaravelPushNotificationServiceProvider" --tag="config"
44
40
```
45
41
46
- Laravel 4.*
47
- ```
48
- php artisan vendor:publish --provider="Vendor/Davibennun/LaravelPushNotification/LaravelPushNotificationServiceProvider" --tag="config"
49
- ```
50
42
51
43
This will generate a config file like this
52
44
``` php
@@ -145,5 +137,5 @@ This package should be used with [Laravel Queues], so pushes dont blocks the use
145
137
146
138
147
139
148
- [ Notification Package ] :https://github.com/Ph3nol /NotificationPusher
140
+ [ Notification Package ] :https://github.com/blablacar /NotificationPusher
149
141
[ Laravel Queues ] :http://laravel.com/docs/queues
You can’t perform that action at this time.
0 commit comments