onliner/laravel-command-bus is a Laravel package for laravel integration for command bus..
It currently has 4 GitHub stars and 24.016 downloads on Packagist (latest version v1.1.8).
Install it with composer require onliner/laravel-command-bus.
Discover more Laravel packages by onliner
or browse all Laravel packages to compare alternatives.
Last updated
Laravel integration package for command-bus
The preferred way to install this extension is through composer.
Either run
composer require onliner/laravel-command-bus
or 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\\CommandBusProvider
and modify for your needs.
Released under the MIT license.