onliner/laravel-command-bus

Laravel integration for command bus.

v1.0.0 2023-12-20 15:15 UTC

This package is auto-updated.

Last update: 2024-04-20 16:06:19 UTC


README

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": "^0.2.0"

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.