Schedule Monitor
Display the data from spatie/laravel-schedule-monitor in your Filament panel.
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
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
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
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
Data Lens
Advanced Data Visualization for Laravel Filament - a premium reporting solution enabling custom column creation, sophisticated filtering, and enterprise-grade data insights within admin panels.
Padmission
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