Which Laravel feature maps URLs to application behavior?
Question 1 of 5
Check Laravel skills across routing, controllers, Eloquent, migrations, queues, and security.
Backend · About 3 minutes
Question 1 of 5
Review all 5 questions at your own pace. Open each answer to see the correct response and a concise explanation of the concept.
Topics covered
Correct answer
Routes
Routes define which controller or closure handles a given request.
Correct answer
An ORM for database models
Eloquent maps database tables to PHP model classes.
Correct answer
Versioning database schema changes
Migrations let teams apply and roll back schema changes consistently.
Correct answer
Slow jobs such as emails or exports
Queues keep requests fast by moving slow work to background workers.
Correct answer
CSRF tokens
CSRF tokens verify that form submissions come from trusted pages.
Need a teammate, not a test?