Commander icon indicating copy to clipboard operation
Commander copied to clipboard

Could this be used in laravel 5

Open tzookb opened this issue 9 years ago • 3 comments

I prefer to use this command bus, as it returns values from a command in the opposite of the new laravel 5 command bus that doesn't return value.

tzookb avatar Mar 08 '15 07:03 tzookb

I've used it in 5.0 successfully. However, I had to implement my own CommandTranslator to use the Laravel 5.0 folder structure. If you like I can share. I haven't tried it in 5.1.

phillipsharring avatar Aug 05 '15 15:08 phillipsharring

https://gist.github.com/philsown/bdc0e5bc3802c5228509

phillipsharring avatar Aug 05 '15 15:08 phillipsharring

But you don't have to keep with the Laravel 5.0 command handler folder structure. It's just an option.

phillipsharring avatar Aug 05 '15 15:08 phillipsharring