enniel / illuminate-broadcasting-backport by enniel

Backport of the Laravel 5.3 Broadcasting System for Laravel 5.1 and 5.2.
414
0
2
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-04-23 03:07:32
Package Statistics
Total Downloads: 414
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 1

Laravel Broadcasting for Laravel 5.1 / 5.2

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.