archistarai/lumen-horizon
最新稳定版本:5.1
Composer 安装命令:
composer require archistarai/lumen-horizon
包简介
Commands and code-driven configuration for Lumen queues.
README 文档
README
Based off https://github.com/servocoder/lumen-horizon - upgraded to Lumen Horizon 5 with Lumen 8.0 support.
Installation
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 archistarai/lumen-horizon "^5.0"
Alternatively, add the dependency directly to your composer.json file:
"require": {
"archistarai/lumen-horizon": "^5.0"
}
- Publish
horizon.phpfile to the config folder:
php artisan vendor:publish --tag=horizon-config
or, as suggested in the official package docs:
php artisan vendor:publish --provider="Laravel\Horizon\HorizonServiceProvider"
Official Documentation
Documentation for Horizon can be found on the Laravel website.
License
Laravel Horizon is open-sourced software licensed under the MIT license
统计信息
- 总下载量: 3.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-21