Laravel integration package for command-bus
The preferred way to install this extension is through composer.
Either run
composer require onliner/laravel-command-busor add this code line to the require section of your composer.json file:
"onliner/laravel-command-bus": "^1.1"
Publish default configuration file:
artisan vendor:publish --provider=Onliner\\Laravel\\CommandBus\\Providers\\CommandBusProviderand modify for your needs.
Released under the MIT license.