Skip to content

1.12.0

Compare
Choose a tag to compare
@tonysm tonysm released this 29 Mar 02:01
· 7 commits to 1.x since this release
e5995e2

Changelog

  • 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.