Custom Health Check Endpoints for Laravel: Beyond 200 OK
Every Laravel application ships with a default route that returns a 200 OK response. It tells you the web server is running. It tells you PHP is alive. And it tells you absolutely nothing about whether your application is actually healthy.
A returnin...
deploynix.hashnode.dev2 min read