You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIXED: Fixes the redirect route guessing behavior when using form requests, since in that case, Laravel will set the exception's redirectTo, bypassing the guessing behavior. Thanks, @yttrian, for reporting it (see #105)
NEW: Adds a new redirect_guessing_exceptions config in the turbo-laravel.php for adding exceptions to the guessing behavior. The internal redirect will still happen when using this config, just not the route-guessing behavior.