spatie/laravel-schedule-monitor
Monitor Laravel scheduled tasks by logging each run’s start, finish, failure, or skip to the database. Use an Artisan list command to see execution history and spot issues. Optional Oh Dear sync alerts you when tasks fail or don’t run on time.
spatie/laravel-schedule-monitor adds visibility to Laravel’s scheduler by recording an entry in your database whenever a task starts, finishes, fails, or is skipped. Use the built-in list command to quickly see when scheduled tasks last ran and whether they succeeded.
Optionally, sync your schedule with Oh Dear to get notifications when a task fails or doesn’t run on time.
list output for run history and statusHow can I help you explore Laravel packages today?