Healthz is a Composer package that adds a health check route to the Laravel application.
Creates a route with path /healthz
that response with 200 status code.
In routes/web.php
add a line:
Healthz::endpoint();
Install the package in a Laravel project via Composer:
composer require optimistdigital/laravel-healthz
Laravel Healthz is open-sourced software licensed under the MIT license.