mvenghaus/filament-plugin-schedule-monitor

Spatie's Schedule Monitor 的 Filament 插件

3.0.1 2024-02-04 14:30 UTC

This package is auto-updated.

Last update: 2024-09-14 20:09:32 UTC


README

使用此插件,您可以在 Filament 控制面板中显示来自 spatie/laravel-schedule-monitor 的数据。

屏幕截图

Screenshot 1

Screenshot 2

要求

您需要 Filament v3 的最新版本。

安装

使用 composer 安装软件包

composer require spatie/laravel-schedule-monitor
php artisan vendor:publish --provider="Spatie\ScheduleMonitor\ScheduleMonitorServiceProvider" --tag="schedule-monitor-migrations"
php artisan migrate
composer require mvenghaus/filament-plugin-schedule-monitor:"^3.0"

在 AdminPanelProvider 中注册插件

...
->plugin(\Mvenghaus\FilamentScheduleMonitor\FilamentPlugin::make())
...

发布配置(可选)

php artisan vendor:publish --tag="filament-schedule-monitor-config"

联系

如果您有任何问题或发现错误,请在这里报告