dev-master
9999999-devLaravel/Lumen package to send push notifications to mobile devices (apns, gcm)
The Requires
- sly/notification-pusher 2.*
- php >=5.6.0
- illuminate/support ^5.0
by Eledi Dyrkaj
laravel lumen notification push gcm apns
Laravel/Lumen package to send push notifications to mobile devices (apns, gcm)
composer require edyrkaj/laravel-mobile-notification
This is a package to manage push notification to devices iOS | Android through Laravel., (*1)
The workflow that we suggest can be: - Create a migration file create_table_devices with fields like: id device_type language manufacturer model os os_version region sdk_version uuid created_at updated_at deleted_at - Create a model Device with these fillable data - Create a controller for Devices DeviceController - Implement methods to call Service PushService which comes with this installation on Services/PushService, (*2)
This package is released under the MIT License., (*3)
Copyright (c) 2017 Eledi Dyrkaj, (*4)
Laravel/Lumen package to send push notifications to mobile devices (apns, gcm)
laravel lumen notification push gcm apns