twithers/laravel-horizon-clear-all
最新稳定版本:v1.1.1
Composer 安装命令:
composer require twithers/laravel-horizon-clear-all
包简介
Adds a command to easily clear all your defined queues at once.
README 文档
README
This package provides a convenient way to clear all your Horizon queues in a single command instead of repeating the command multiple times to clear several queues. Likely this will be used in a development environment, but it can be used in a production environment as well.
🚀 Installation
Requires PHP 8.2+, Laravel 11.0+, and Laravel Horizon 5.0+
You can install the package via Composer:
composer require twithers/laravel-horizon-clear-all
🙌 Usage
To clear all queues, run the following command:
php artisan horizon:clear-all
If you are running this in a production environment, you will be prompted to confirm the action. You can pass the --force flag to skip the confirmation prompt:
php artisan horizon:clear-all --force
Laravel Horizon Clear All was created by Tim Withers under the MIT license.
统计信息
- 总下载量: 541
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-07-26