2017 © Pedro Peláez
 

library firebase-apns-notification

Laravel Push Notification

image

turbo124/firebase-apns-notification

Laravel Push Notification

  • Sunday, January 8, 2017
  • by turbo124
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel 5 Push Notification

Laravel package for sending push notification.

Installation

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"

Usage

WIP, (*7)

The Versions

08/01 2017

dev-master

9999999-dev https://github.com/turbo124/firebase-apns-notification

Laravel Push Notification

  Sources   Download

MIT

The Requires

 

The Development Requires

by David Bomba

laravel notification push notification laravel notifications