Looking to hire Laravel developers? Try LaraJobs

laravel-command-bus maintained by onliner

Description
Laravel integration for command bus.
Last update
2026/02/02 12:01 (dev-master)
License
Links
Downloads
21 079

Comments
comments powered by Disqus

Laravel Command Bus

Laravel integration package for command-bus

Version Total Downloads Php License

Installation

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"

Configuration

Publish default configuration file:

artisan vendor:publish --provider=Onliner\\Laravel\\CommandBus\\Providers\\CommandBusProvider

and modify for your needs.

License

Released under the MIT license.