LaravelPackages.net
Acme Inc.
Toggle sidebar
onliner/laravel-command-bus

Laravel integration for command bus.

24.016
4
v1.1.8
About onliner/laravel-command-bus

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 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.

Comments