Looking to hire Laravel developers? Try LaraJobs

laravel-schedule-monitor maintained by jimchen

Description
Monitor scheduled tasks in a Laravel app
Last update
2021/04/14 09:42 (dev-support-L6)
License
Downloads
682

Comments
comments powered by Disqus

Monitor scheduled tasks in a Laravel app

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

:heavy_exclamation_mark: Remove Oh Dear

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

License

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