2017 © Pedro Peláez
 

library larapush

laravel pusher library

image

kubill/larapush

laravel pusher library

  • Friday, May 11, 2018
  • by kubill
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

LaraPush

this is a push library for laravel, (*1)

Version Compatibility

PushProvider Enable Version Support
极光 yes ^3.5 极光
more provider coming soon

Installation

Install using composer:, (*2)

composer require kubill/larapush

Laravel version < 5.5 (optional)

Add the service provider in config/app.php:, (*3)

\Kubill\LaraPush\PusherServiceProvider::class,

And add the Pusher alias to config/app.php:, (*4)

'Pusher' => \Kubill\LaraPush\Facades\Pusher::class,

Then run these commands to publish config:, (*5)

php artisan vendor:publish --provider="Kubill\LaraPush\PusherServiceProvider"

Basic Usage

use the Pusher Facade:, (*6)

use \Kubill\LaraPush\Facades\Pusher;

Pusher::send('hello world', array('key' => 'value'));

License

LaraPush is licensed under The MIT License (MIT)., (*7)

The Versions

11/05 2018

dev-master

9999999-dev https://github.com/kubill/larapush

laravel pusher library

  Sources   Download

MIT

The Requires

 

by Avatar kubill

library push

11/05 2018

v1.0.0

1.0.0.0 https://github.com/kubill/larapush

laravel pusher library

  Sources   Download

MIT

The Requires

 

by Avatar kubill

library push