edyrkaj / laravel-mobile-notification
There is no license information available for the latest version (dev-master) of this package.
Laravel/Lumen package to send push notifications to mobile devices (apns, gcm)
dev-master
2017-10-24 08:27 UTC
Requires
- php: >=5.6.0
- illuminate/support: ^5.0
- sly/notification-pusher: 2.*
This package is not auto-updated.
Last update: 2024-11-24 05:52:09 UTC
README
Installation for composer
composer require edyrkaj/laravel-mobile-notification
Laravel 4 5 Push Notification from Server Side
This is a package to manage push notification to devices iOS | Android through Laravel.
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
License
This package is released under the MIT License.
Copyright (c) 2017 Eledi Dyrkaj