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
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
Custom Fields
Eliminate custom field migrations forever. Let your users create and manage form fields directly in Filament admin panels with 20+ built-in field types, validation, and zero database changes.
Relaticle
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