承接 optimates-de/filament-schedule-monitor 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

optimates-de/filament-schedule-monitor

Composer 安装命令:

composer require optimates-de/filament-schedule-monitor

包简介

Read-only Filament UI for spatie/laravel-schedule-monitor: scheduled task status, run history and descriptions.

README 文档

README

A read-only Filament UI for spatie/laravel-schedule-monitor: see your scheduled tasks, their status, last run, run history and descriptions right in the admin panel.

Requirements

  • PHP 8.3+
  • Filament v4 or v5
  • spatie/laravel-schedule-monitor v3 or v4 (pulled in as a dependency)

Installation

composer require optimates-de/filament-schedule-monitor

This package only adds the Filament UI. Set up the underlying monitor as described in the spatie docs:

php artisan vendor:publish --provider="Spatie\ScheduleMonitor\ScheduleMonitorServiceProvider"
php artisan migrate

Run the sync whenever the schedule changes (e.g. on every deploy):

php artisan schedule-monitor:sync

Usage

Register the plugin on a panel:

use OptimatesDE\FilamentScheduleMonitor\FilamentScheduleMonitorPlugin;

$panel->plugin(
    FilamentScheduleMonitorPlugin::make()
        ->navigationGroup('System'), // optional
);

Options

  • ->navigationGroup(string|UnitEnum|null $group) — navigation group for the entry.
  • ->navigationSort(?int $sort) — sort within the group.
  • ->registerNavigation(bool $condition = true) — set to false to keep it out of the main menu (e.g. when linking it from a custom settings page); the resource stays reachable via MonitoredScheduledTaskResource::getUrl('index').

Task descriptions

Descriptions are read live from the registered schedule, so adding ->description('…') to a scheduled task shows up in the UI:

Schedule::command('backup:run')->daily()->description('Create database backup');

License

MIT — see LICENSE.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-06-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固