A possible Laravel-Strava webhook solution
When building an app around Strava's API, webhooks become critical, first to avoid unnecessarily polling the API, and second to enable automatic updates for activities and user profile.
The latter...