jimchen / laravel-schedule-monitor
Monitor scheduled tasks in a Laravel app
Fund package maintenance!
spatie
Requires
- php: >=7.2
- illuminate/bus: ^6.0|^7.0|^8.0
- lorisleiva/cron-translator: ^0.2.0
- nesbot/carbon: ^2.41.3
Requires (Dev)
- mockery/mockery: ^1.3|^1.4
- orchestra/testbench: ^4.0|^5.0|^6.0
- phpunit/phpunit: ^8.0|^9.3
- spatie/phpunit-snapshot-assertions: ^2.0|^4.2
- spatie/test-time: ^1.2
- vimeo/psalm: ^4.0
README
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.