2017 © Pedro Peláez
 

library bus

The Laravel Bus (5.1) package for use in Laravel 5.3.

image

laravelcollective/bus

The Laravel Bus (5.1) package for use in Laravel 5.3.

  • Sunday, August 28, 2016
  • by adamgoose
  • Repository
  • 3 Watchers
  • 32 Stars
  • 189,257 Installations
  • PHP
  • 9 Dependents
  • 0 Suggesters
  • 9 Forks
  • 1 Open issues
  • 6 Versions
  • 4 % Grown

The README.md

Bus

Build Status Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

This package provides an implementation of the Illuminate\Contracts\Bus\Dispatcher interface that matches the Laravel 5.1.x implementation with separate commands and handlers., (*2)

Installation

  • Remove Illuminate\Bus\BusServiceProvider from your app.php configuration file.
  • Add Collective\Bus\BusServiceProvider to your app.php configuration file.

If you are type-hinting Illuminate\Bus\Dispatcher, you should now type-hint Collective\Bus\Dispatcher., (*3)

If upgrading from 5.2, you should use Collective\Bus\Contracts\SelfHandling instead of Illuminate\Contracts\Bus\SelfHandling to indicate that a command does not use a separate handler class., (*4)

The Versions

28/08 2016

5.3.x-dev

5.3.9999999.9999999-dev http://laravelcollective.com

The Laravel Bus (5.1) package for use in Laravel 5.3.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Engebretson

28/08 2016

v5.3.0

5.3.0.0 http://laravelcollective.com

The Laravel Bus (5.1) package for use in Laravel 5.3.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Engebretson

04/08 2016

dev-master

9999999-dev http://laravelcollective.com

The Laravel Bus (5.1) package for use in Laravel 5.3.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Engebretson

04/08 2016

dev-analysis-z42xQw

dev-analysis-z42xQw http://laravelcollective.com

The Laravel Bus (5.1) package for use in Laravel 5.3.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Engebretson

01/01 2016

5.2.x-dev

5.2.9999999.9999999-dev http://laravelcollective.com

The Laravel Bus (5.1) package for use in Laravel 5.2.

  Sources   Download

MIT

The Requires

 

The Development Requires