As you know, the command bus is implemented in laravel 5. and there are two ways to process commands in laravel 5.
- Handler Processing
- Processing by the team itself (self-processing teams)
What are the main differences between these methods? When to use self-processing commands and when to process commands with their respective command handler?
php laravel laravel-5
Behzadsh
source share