inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
2.1k stars 235 forks source link

[2.x] Fix clearing history when redirecting #677

Closed joetannenbaum closed 1 month ago

joetannenbaum commented 1 month ago

This now stores the flag to clear the history in the session so that the next request will clear the history, even if the next request is the result of a redirect.