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
The fallback route is a "catch all" route that Laravel provides.
664
+
If you type in a URL that doesn't exist, this route will be triggered instead of a typical 404 exception.
665
+
666
+
The `FallbackController` will attempt to redirect to a localized version of the URL, or return a [localized 404 response](#-localize-404-pages) if it doesn't exist.
0 commit comments