spatie / laravel-webhook-client

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

Update README.md to Laravel 11 Schedule for Prune #213

Closed arnebr closed 4 months ago

arnebr commented 4 months ago

Laravel 11 has no Kernel file in the app anymore, the Schedule for the Prunable should be set in the routes/console.php

freekmurze commented 4 months ago

Thanks!