dev-master
9999999-dev https://github.com/turbo124/firebase-apns-notificationLaravel Push Notification
MIT
The Requires
The Development Requires
by David Bomba
laravel notification push notification laravel notifications
Wallogit.com
2017 © Pedro Peláez
Laravel Push Notification
Require this package with composer:, (*1)
composer require jenky/laravel-push-notification
or add this to composer.json, (*2)
"jenky/laravel-push-notification": "^1.0"
After updating composer, add the ServiceProvider to the providers array in config/app.php, (*3)
Jenky\LaravelPushNotification\PushNotificationServiceProvider::class,
Add this to your facades in config/app.php (optional):, (*4)
'PushNotification' => Jenky\LaravelPushNotification\Facades\PushNotification::class,
Copy the package config to your local config with the publish command:, (*5)
php artisan vendor:publish
or, (*6)
php artisan vendor:publish --provider="Jenky\LaravelPushNotification\PushNotificationServiceProvider"
WIP, (*7)
Laravel Push Notification
MIT
laravel notification push notification laravel notifications