Files
faveo/vendor/laravelcollective/bus
Manish Verma 76e85db070 update 1.0.8.0
Commits for version update
2016-10-17 12:02:27 +05:30
..
2016-10-17 12:02:27 +05:30
2016-10-17 12:02:27 +05:30
2016-10-17 12:02:27 +05:30
2016-10-17 12:02:27 +05:30
2016-10-17 12:02:27 +05:30
2016-10-17 12:02:27 +05:30
2016-10-17 12:02:27 +05:30
2016-10-17 12:02:27 +05:30

Bus

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.

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.