476 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			476 B
		
	
	
	
	
	
	
	
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\BusServiceProviderfrom yourapp.phpconfiguration file.
- Add Collective\Bus\BusServiceProviderto yourapp.phpconfiguration file.
If you are type-hinting Illuminate\Bus\Dispatcher, you should now type-hint Collective\Bus\Dispatcher.
