spatie / laravel-webhook-client

Receive webhooks in Laravel apps
https://freek.dev/1383-sending-and-receiving-webhooks-in-laravel-apps
MIT License
1k stars 147 forks source link

Align migration information with Stripe package #156

Closed cmgmyr closed 2 years ago

cmgmyr commented 2 years ago

We use both of your webhook packages, this and the Stripe one. On the stripe package's upgrade guide it mentions changing the payload from text to json. This PR aligns both packages to use the same migration information.

freekmurze commented 2 years ago

Thanks!