spatie/laravel-uptime-monitor
Configurable Laravel uptime monitor that checks site availability and SSL expiry. Sends alerts when a site goes down or recovers using Laravel notifications (Slack, mail, Telegram, or custom channels). Includes scheduling, history, and robust monitoring options.
This release adds Laravel 13.x support, so ensure your environment meets the new requirement (PHP 8.3+ and Laravel 13+). No migration is required if upgrading from a supported previous Laravel version—just update the package via Composer and run composer require laravel/framework:^13.0.
In day-to-day use, developers will see no functional changes. This is a compatibility release, so existing middleware, services, and configurations continue working as before. It’s a clean upgrade path for teams preparing for Laravel 13 adoption—no code refactoring is needed in application logic or package-specific integrations.
phpstan or static analysis configs—Laravel 13 may introduce stricter types or method signatures.php artisan package:discover after updating to refresh service bindings.replace or conflict rules aren’t blocking Laravel 13 upgrade.How can I help you explore Laravel packages today?