Skip to content

Commit 5bd6f27

Browse files
committed
update readme
1 parent d8ff241 commit 5bd6f27

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ Update your `composer.json` file to include this package as a dependency
1111
Laravel 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

2117
Register the PushNotification service provider by adding it to the providers array.
@@ -43,10 +39,6 @@ Laravel 5
4339
php 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

5143
This 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

0 commit comments

Comments
 (0)