定制 panelis-php/job 二次开发

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

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

panelis-php/job

Composer 安装命令:

composer require panelis-php/job

包简介

Monitor and manage queued jobs stored in the database

关键字:

README 文档

README

Monitor and manage queued jobs directly from the Panelis admin panel.

Features

  • View queued jobs
  • View failed jobs
  • Retry failed jobs
  • Delete failed jobs
  • Monitor queue activity
  • Automatic Panelis plugin discovery

Requirements

  • PHP 8.3+
  • Laravel 13+
  • Filament 5+

Installation

Install the package via Composer:

composer require panelis-php/job

Run migrations required by Laravel's database queue driver:

php artisan make:queue-table
php artisan migrate

For failed job monitoring:

php artisan make:queue-failed-table
php artisan migrate

Usage

After installation, a Jobs menu will be available in the Panelis admin panel.

The Job module allows administrators to monitor queued jobs and manage failed jobs without accessing the server.

Available actions include:

  • View queued jobs
  • View failed jobs
  • Retry failed jobs
  • Delete failed jobs

Queue Driver

This module is only active when Laravel is configured to use the database queue driver.

Example:

QUEUE_CONNECTION=database

When another queue driver is used, the Job module remains inactive and does not register navigation items or resources.

License

The MIT License (MIT).

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2026-06-24