Commander
Commander copied to clipboard
Could this be used in laravel 5
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.
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.
https://gist.github.com/philsown/bdc0e5bc3802c5228509
But you don't have to keep with the Laravel 5.0 command handler folder structure. It's just an option.