2017 © Pedro Peláez
 

library laravel-push-notification

Laravel Push Notification

image

jenky/laravel-push-notification

Laravel Push Notification

  • Thursday, January 26, 2017
  • by Milano
  • Repository
  • 1 Watchers
  • 2 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 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

26/01 2017

dev-master

9999999-dev https://github.com/jenky/laravel-push-notification

Laravel Push Notification

  Sources   Download

MIT

The Requires

 

The Development Requires

by Linh Tran

laravel notification push notification laravel notifications

23/08 2016

dev-dev

dev-dev https://github.com/jenky/laravel-push-notification

Laravel Push Notification

  Sources   Download

MIT

The Requires

 

The Development Requires

by Linh Tran

laravel notification push notification laravel notifications