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

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -