2017 © Pedro Peláez
 

library laravel-mobile-notification

Laravel/Lumen package to send push notifications to mobile devices (apns, gcm)

image

edyrkaj/laravel-mobile-notification

Laravel/Lumen package to send push notifications to mobile devices (apns, gcm)

  • Tuesday, October 24, 2017
  • by edyrkaj
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Package name: laravel-mobile-notifications

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., (*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)

License

This package is released under the MIT License., (*3)

Copyright (c) 2017 Eledi Dyrkaj, (*4)

The Versions

24/10 2017

dev-master

9999999-dev

Laravel/Lumen package to send push notifications to mobile devices (apns, gcm)

  Sources   Download

The Requires

 

by Eledi Dyrkaj

laravel lumen notification push gcm apns