Download the PHP package jimchen/laravel-schedule-monitor without Composer
On this page you can find all versions of the php package jimchen/laravel-schedule-monitor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jimchen/laravel-schedule-monitor
More information about jimchen/laravel-schedule-monitor
Files in jimchen/laravel-schedule-monitor
Package laravel-schedule-monitor
Short Description Monitor scheduled tasks in a Laravel app
License MIT
Homepage https://github.com/spatie/laravel-schedule-monitor
Informations about the package laravel-schedule-monitor
Monitor scheduled tasks in a Laravel app
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:
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.
All versions of laravel-schedule-monitor with dependencies
illuminate/bus Version ^6.0|^7.0|^8.0
lorisleiva/cron-translator Version ^0.2.0
nesbot/carbon Version ^2.41.3