jrquick/laravel-queue-commands
Composer 安装命令:
composer require jrquick/laravel-queue-commands
包简介
Helpful Laravel commands to help manage the queue from command line.
README 文档
README
Index
About
Helpful Laravel 7 and 8 commands to help manage the queue from command line.
- Visit my website for other cool projects!
Setup
Install
composer require jrquick/laravel-queue-commands
Functionality
php artisan queue:count- Count the number of items in the queue(s).- --queue - CSV of queues to be counted
php artisan queue:test- Test the queue(s).- --queue - CSV of queues to test
- --delay - How long to delay each test
- --repeat - The number of tests
- --ttl - Time to execute the test jobs
php artisan queue:track- Visually track the items in the queue.- --queue - CSV of queues to be tracked
Contributing
Thanks
Issues
If you find any issues feel free to open a request in the Issues tab. If I have the time I will try to solve any issues but cannot make any guarantees. Feel free to contribute yourself.
Release
Update Version
- Update version in
composer.jsonfile following Semantic Versioning (2.0.0).
Test
Update Changelog
- Add updates to
CHANGELOG.mdin root.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-15
