Schedule Monitor plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Schedule Monitor

Community

Display the data from spatie/laravel-schedule-monitor in your Filament panel.

Tags: Developer Tool Panels Spatie Integration
Supported versions:
3.x
Marcus Venghaus avatar Author: Marcus Venghaus

Package health

Beta

Automated checks of this plugin's Composer package

83 / 100
Security 85
Maintenance 76
Ecosystem 88
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.lock is 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 is 12.0, which still receives active support but is not the current stable.
  • Passed: Current PHP version supported — Constraint ^8.2 supports current PHP 8.5.
  • Skipped: Current Symfony version supported
Third-party plugin. This is built by the community, not the Filament team. Filament does not review, endorse, or vet the security of plugins outside the 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 .
Powered by Plumb Last scanned 5 days ago

Documentation

With this plugin, you can display the data from spatie/laravel-schedule-monitor in your Filament panel.

#Screenshots

Screenshot 1

Screenshot 2

#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.