How to robustly expose a webhook in Laravel
In this tutorial, we will see how to make our Laravel application capable of receiving notifications from a server app, using a simple webhook.
The app that exposes the webhook is a client app. The client part is generally much simpler than the serve...
tonyjoe.dev5 min read