dissnik/moonshine-queue-dashboard
Composer 安装命令:
composer require dissnik/moonshine-queue-dashboard
包简介
Queue monitoring dashboard for MoonShine
README 文档
README
This package provides a convenient dashboard for monitoring and managing failed jobs in your Laravel application directly from the Moonshine admin panel.
Compatibility
| MoonShine | Moonshine Queue Dashboard |
|---|---|
| >= v3.0 | >= v1.0.0 |
| >= v4.0 | >= v2.0.0 |
Features
- 📊 Queue Overview: View key metrics for all queues.
- 🔄 Task Management: View, resubmit, and delete failed tasks.
- 🎯 Driver Support: Works with Redis, Database, Sync, and other Laravel queue drivers.
Requirements
- PHP 8.1 or higher
- Laravel 10.x or higher
- Moonshine 3.x or higher
Installation
Install the package via Composer:
composer require dissnik/moonshine-queue-dashboard
Usage
The dashboard will automatically appear in your MoonShine admin panel if auto_menu is enabled in config.
You can also manually add the dashboard to your resource:
use DissNik\MoonShineQueueDashboard\Pages\QueueDashboardPage; public function menu(): array { return [ // ... other menu items QueueDashboardPage::make(), ]; }
Publish
Configuration file
php artisan vendor:publish --tag=moonshine-queue-dashboard-config
return [ 'auto_menu' => true, // Automatically add to MoonShine menu 'queues' => ['default'], // Queues to monitor 'auto_refresh' => false, // Enable automatic data refresh 'refresh_interval' => 10000, // Refresh interval in milliseconds ];
Language files
php artisan vendor:publish --tag=moonshine-queue-dashboard-lang
Assets files
php artisan vendor:publish --tag=moonshine-queue-dashboard-assets
All files
php artisan vendor:publish --tag=moonshine-queue-dashboard
Components
Package components can be used on other sites or resources.
Failed Jobs
use DissNik\MoonShineQueueDashboard\Components\FailedJobs; FailedJobs::make();
Queue Metrics
use DissNik\MoonShineQueueDashboard\Components\QueueMetrics; QueueMetrics::make();
Tip
To refresh metrics use Fragment with name 'queue_metrics'
use DissNik\MoonShineQueueDashboard\Components\QueueMetrics; use MoonShine\Laravel\Components\Fragment; Fragment::make([ QueueMetrics::make(), ]) ->name('queue_metrics')
dissnik/moonshine-queue-dashboard 适用场景与选型建议
dissnik/moonshine-queue-dashboard 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 738 次下载、GitHub Stars 达 1, 最近一次更新时间为 2026 年 01 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 dissnik/moonshine-queue-dashboard 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 dissnik/moonshine-queue-dashboard 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 738
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 20
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-02