Laravel 5.1 command bus no default mappings -


i'd informations laravel 5.1 command bus. far see in 5.0 there busserviceprovider in app/providers namespace provided default behaviour resolving command handler class worked smoothly. created project straight 5.1 version , file not present in version leaving commands created with

php artisan make:command --handler 

useless if don't map command handler manually or not create self-handling command. normal behaviour or there missing ?

the command bus deprecated in move 5.0 5.1; see these tweets more. they've been replaced jobs, can run both synchronous or async.


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -