laracasts/Commander

Could this be used in laravel 5

Opened this issue · 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.

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.

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