Package Data | |
---|---|
Maintainer Username: | edyrkaj |
Maintainer Contact: | edyrkaj@gmail.com (Eledi Dyrkaj) |
Package Create Date: | 2017-10-23 |
Package Last Update: | 2017-10-24 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2024-11-23 03:11:44 |
Package Statistics | |
---|---|
Total Downloads: | 8 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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
This package is released under the MIT License.
Copyright (c) 2017 Eledi Dyrkaj