A package for checking the health of your Laravel & Lumen applications If nothing happens, download GitHub Desktop and try again.
The purpose of this package is to surface a health-check endpoint on /health which, when hit, returns the status of all the services and dependencies your project relies on, along with the overall health of your system.
add the following to your bootstrap/app.php file: You can test that the package is working correctly by hitting the /health endpoint.
Update your bootstrap/app.php file to override the default package config: You can register custom middleware to run on requests to the /health endpoint.