onliner/laravel-command-bus
Laravel Command Bus
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.
Related Packages
mariuzzo/laravel-translator
Laravel command that interactively helps you translate missing keys.
39,907
19
abhijitghogre/laravel-db-clear-command
Laravel artisan command to drop all database tables and rerun the migrations.
3,527
5
nicolasmahe/laravel-slack-output
Sends a message to Slack when something goes wrong with your Laravel application...
42,975
27