In Laravel 5.1 the Command Bus was replaced with Dispatchable Jobs, we can still use them but let us also look at how to add a Command Bus. To start using a command bus in Laravel, first we need an interface to bind to, because let’s be honest this is just good practice.