jimchen/laravel-schedule-monitor

Monitor scheduled tasks in a Laravel app

Maintainers

👁 jimchen

Package info

github.com/JimChenWYU/laravel-schedule-monitor

Homepage

pkg:composer/jimchen/laravel-schedule-monitor

Fund package maintenance!

spatie

Statistics

Installs: 682

Dependents: 0

Suggesters: 0

Stars: 0

2.3.0 2021-04-14 07:42 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 46b8f8572e837fbe46f4f9efd0be1d61e8fb367f

spatielaravel-schedule-monitor

This package is auto-updated.

Last update: 2026-06-14 19:39:33 UTC


README

👁 Tests

This package will monitor your Laravel schedule. It will write an entry to a log table in the db each time a schedule tasks starts, end, fails or is skipped. Using the list command you can check when the scheduled tasks have been executed.

Installation

You can install the package via composer:

composer require jimchen/laravel-schedule-monitor

Description

Fork from spatie/laravel-schedule-monitor and make it supported Laravel 6 in PHP 7.2

If you use Laravel 8, suggest you use spatie/laravel-schedule-monitor directly

❗ Remove Oh Dear

❗ If you have any questions, please go to spatie/laravel-schedule-monitor

License

The MIT License (MIT). Please see License File for more information.