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…
Latest Architecture news from Tech News
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…
Code review is better when you can see the changes running live. Reading a diff in GitHub, GitLab, or Bitbucket tells you what changed, but clicking t…