2017 © Pedro Peláez
 

library illuminate-broadcasting-backport

Backport of the Laravel 5.3 Broadcasting System for Laravel 5.1 and 5.2.

image

enniel/illuminate-broadcasting-backport

Backport of the Laravel 5.3 Broadcasting System for Laravel 5.1 and 5.2.

  • Friday, September 2, 2016
  • by enniel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 397 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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., (*1)

Installation

You can install the package via composer:, (*2)

composer require enniel/illuminate-broadcasting-backport:5.1.x-dev

For version 5.2:, (*3)

composer require enniel/illuminate-broadcasting-backport:5.2.x-dev

Next, you must load the service provider:, (*4)

// config/app.php
'providers' => [
    // ...
    Illuminate\Broadcasting\BroadcastServiceProvider::class,
],

Usage

Please refer to the official Laravel Broadcasting documentation., (*5)

License

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

02/09 2016

5.1.x-dev

5.1.9999999.9999999-dev https://github.com/enniel/illuminate-broadcasting-backport

Backport of the Laravel 5.3 Broadcasting System for Laravel 5.1 and 5.2.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Evgeni Razumov

02/09 2016

5.2.x-dev

5.2.9999999.9999999-dev https://github.com/enniel/illuminate-broadcasting-backport

Backport of the Laravel 5.3 Broadcasting System for Laravel 5.1 and 5.2.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Evgeni Razumov

02/09 2016

dev-master

9999999-dev https://github.com/enniel/illuminate-broadcasting-backport

Backport of the Laravel 5.3 Broadcasting System for Laravel 5.1 and 5.2.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Evgeni Razumov