onliner / laravel-command-bus
Laravel integration for command bus.
Installs: 13 680
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 8
Forks: 2
Open Issues: 0
Requires
- php: ^8.0
- ext-ctype: *
- ext-pcntl: *
- ext-posix: *
- illuminate/console: >=6.0
- illuminate/redis: >=6.0
- illuminate/support: >=6.0
- onliner/command-bus: ^1.1
Requires (Dev)
- predis/predis: ^2.0.2
Suggests
- predis/predis: Required to use the redis reconnect middleware.
README
Laravel integration package for command-bus
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.