imanrjb / lumen-horizon
Commands and code-driven configuration for Lumen queues.
Installs: 1 537
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/imanrjb/lumen-horizon
Requires
- predis/predis: ^1.1
Requires (Dev)
- laravelista/lumen-vendor-publish: ^7.0
- mockery/mockery: ^1.0
- phpunit/phpunit: ^9.0
README
The installation is almost the same as original package.
Note that the package namespace remains Laravel\Horizon
, so don't install it along with original one to avoid conflicts.
- Composer dependency manager:
composer require imanrjb/lumen-horizon
- Publish
horizon.php
file to the config folder:
php artisan vendor:publish --tag=horizon-config
Official Documentation
Documentation for Horizon can be found on the Laravel website.