When the Laravel 5 version was released, the last implementation of command bus also got implemented. If you want to do a command, you have to call it somewhere else in the code. When an event occurs in your application an event responds to it. Let’s see the difference using an example.