Schedule Monitor
CommunityDisplay the data from spatie/laravel-schedule-monitor in your Filament panel.
filament/
namespace. Review the source and install at your own risk. Found
malware or an unresolved security issue the author won't
address?
Report it
.
Author:
Marcus Venghaus
Documentation
With this plugin, you can display the data from spatie/laravel-schedule-monitor in your Filament panel.
#Screenshots


#Requirements
You need the latest version of Filament v3.
#Installation
Install the package via 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"
Register the plugin in AdminPanelProvider:
...
->plugin(\Mvenghaus\FilamentScheduleMonitor\FilamentPlugin::make())
...
Publishing the config (optional):
php artisan vendor:publish --tag="filament-schedule-monitor-config"
If you any questions or you find a bug, please report here.
The author
From the same author
AI Writer
Unchain the power of AI in your Filament Panel! With this plugin you can easily let AI write all your content.
Author:
Marcus Venghaus
Translatable Inline
Addon for Spatie Translatable Plugin to edit translations directly below the field
Author:
Marcus Venghaus
OS Light Theme
This theme makes your system look more like a web app.
Author:
Marcus Venghaus
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Blueprint
Filament Blueprint is a premium Laravel Boost extension that helps AI agents produce accurate, detailed implementation plans and security reports for Filament apps.
Filament
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese