Package Data | |
---|---|
Maintainer Username: | enniel |
Maintainer Contact: | taylor@laravel.com (Taylor Otwell) |
Package Create Date: | 2016-09-01 |
Package Last Update: | 2016-09-02 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-11 15:16:31 |
Package Statistics | |
---|---|
Total Downloads: | 414 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 1 |
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.
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,
],
Please refer to the official Laravel Broadcasting documentation.
The MIT License (MIT). Please see License File for more information.