Closed the-goodies closed 2 months ago
Fix redirect methods used when setting StatusSeeOther response status to include DELETE and remove POST (as per https://inertiajs.com/redirects#303-response-code and Laravel implementation https://github.com/inertiajs/inertia-laravel/blob/1.x/src/Middleware.php#L101).
Thanks a lot, I will release new version with this fix
Fix redirect methods used when setting StatusSeeOther response status to include DELETE and remove POST (as per https://inertiajs.com/redirects#303-response-code and Laravel implementation https://github.com/inertiajs/inertia-laravel/blob/1.x/src/Middleware.php#L101).