laravel maintained by cronwatcher
Description
CronWatcher.io Laravel integration package for monitoring and syncing scheduled tasks.
Author
Last update
2025/08/21 18:16
(dev-master)
License
Downloads
10
Tags
cronWatcher Laravel Package
Laravel package for integrating with CronWatcher.io to monitor and sync scheduled tasks.
Installation
composer require cronwatcher/laravel
Configuration in .env file
CRONWATCHER_KEY="****"
Synchronisation to Server
$ php artisan cronwatcher:update
📌 Supported Versions
cronwatcher/laravel is released in separate major versions to match the corresponding Laravel release.
Composer will automatically resolve and install the correct package version for your Laravel project.
| Laravel Version | Package Version | Git Branch |
|---|---|---|
| 9.x | ^1.0 |
laravel-9 |
| 10.x | ^2.0 |
laravel-10 |
| 11.x | ^3.0 |
laravel-11 |
| 12.x | ^4.0 |
laravel-12 |