Rappasoft
Packages & Docs
Products
Blog
Resources
Quizzes
Snippets
Sign In
Menu
Packages & Docs
Products
Blog
Resources
Quizzes
Snippets
About
Quiz Question Issue
"What does the following route closure do?"
Topic
Laravel
Question
What does the following route closure do?
Option
Select Option (Optional)...
Lets you define a route that will be executed when no other route matches the incoming request.
Returns the result of the the closure when a route results in 404.
Lets you define a route that will be executed when a Route Model Binding fails.
Lets you define a route that will be executed when route middleware fails.
Issue
Send
->