enniel/illuminate-broadcasting-backport

Backport of the Laravel 5.3 Broadcasting System for Laravel 5.1 and 5.2.
414
Install
composer require enniel/illuminate-broadcasting-backport
PHP:>=5.5.9
License:MIT
Last Updated:Sep 2, 2016
Links: GitHub  ·  Packagist
Maintainer: enniel

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.

Related Packages

doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444
laravel/serializable-closure

Laravel Serializable Closure provides an easy and secure way to serialize closur...

404,034,618 608
nunomaduro/collision

Cli error handling for console/command-line PHP applications.

387,976,821 4,658