Skip to content

mvenghaus/filament-plugin-schedule-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filament Plugin - Schedule Monitor

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"

Contact

If you any questions or you find a bug, please report here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages