Schedule Monitor
CommunityDisplay the data from spatie/laravel-schedule-monitor in your Filament panel.
Author:
Marcus Venghaus
Package health
BetaAutomated checks of this plugin's Composer package
15 checks
- Skipped: GitHub Actions pinned to SHA
- Skipped: GitLab CI includes pinned to SHA
- Passed: Open security advisories
- Passed: Dependabot PR responsiveness — No open Dependabot PRs.
- Skipped: Renovate MR responsiveness
- Skipped: Dependabot or Renovate configured
- Skipped: Dependency update cooldown configured
- Failed: Provides a security policy — View details on Plumb
- Passed: Abandoned or archived — No consulted source marks the package abandoned (packagist).
- Failed: Commit and release recency — Inactive: no commit date available; last release 903 days ago. View details on Plumb
-
Passed:
composer.lock not committed by library
—
composer.lockis absent from the released dist archive. - Passed: Dist archive is lean
-
Warning:
Current Laravel version supported
—
Package does not co-install with current Laravel
13.0; the newest co-installable line is12.0, which still receives active support but is not the current stable. -
Passed:
Current PHP version supported
—
Constraint
^8.2supports current PHP8.5. - Skipped: Current Symfony version supported
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
.
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
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
Spotlight Pro
Browse your Filament Panel with ease. Filament Spotlight Pro adds a Spotlight/Raycast like Command Palette to your Filament Panel.
Dennis Koch