定制 morrislaptop/laravel-queue-clear 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

morrislaptop/laravel-queue-clear

最新稳定版本:v1.2.0

Composer 安装命令:

composer require morrislaptop/laravel-queue-clear

包简介

Command for wiping your queues clear

README 文档

README

Build Status

Often, when you're issuing php artisan db:refresh --seed, you will have queue jobs left over that won't match with your database records anymore.

This package simplifies the process of clearing your queues drastically.

Installation

Begin by installing this package through Composer.

{
    "require": {
		"morrislaptop/laravel-queue-clear": "~1.0"
	}
}

Laravel 5.5+ will use the auto-discovery function.

If using Laravel 5.4 (or if you don't use auto-discovery) you will need to include the service provider in config/app.php.

'providers' => [
    Morrislaptop\LaravelQueueClear\LaravelQueueClearServiceProvider::class,
];

Usage

php artisan queue:clear [connection] [queue]

Where:

  • [connection] is the name of a connection in your config/queue.php
  • [queue] is the name of the queue / pipe you want to clear

If you omit either argument, it will use your default driver and the default queue / pipe for that driver.

统计信息

  • 总下载量: 2.79M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 148
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 147
  • Watchers: 0
  • Forks: 20
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-02-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固