enniel / illuminate-broadcasting-backport
Backport of the Laravel 5.3 Broadcasting System for Laravel 5.1 and 5.2.
dev-master / 5.2.x-dev
2016-09-02 07:03 UTC
Requires
- php: >=5.5.9
- illuminate/contracts: 5.2.*
- illuminate/support: 5.2.*
Requires (Dev)
- mockery/mockery: ~0.9.4
- phpunit/phpunit: ~4.0
Suggests
- pusher/pusher-php-server: Required to use the Pusher broadcast driver (~2.0).
Replaces
- illuminate/broadcasting: dev-master
This package is auto-updated.
Last update: 2024-11-06 04:49:32 UTC
README
This package acts as a backport for the Laravel 5.3 broadcasting system, to allow its usage with Laravel 5.1 and Laravel 5.2.
Installation
You can install the package via composer:
composer require enniel/illuminate-broadcasting-backport:5.1.x-dev
For version 5.2:
composer require enniel/illuminate-broadcasting-backport:5.2.x-dev
Next, you must load the service provider:
// config/app.php 'providers' => [ // ... Illuminate\Broadcasting\BroadcastServiceProvider::class, ],
Usage
Please refer to the official Laravel Broadcasting documentation.
License
The MIT License (MIT). Please see License File for more information.