What is Laravel?
What is the default templating engine used in Laravel?
Which command is used to create a controller?
Where are Laravel routes defined?
Which function is used to define a GET route?
What is the purpose of Laravel middleware?
How do you define a middleware in Laravel?
Which file is used to register middleware globally?
What is the syntax to group routes with middleware?
What does Form Request class in Laravel do?
What class is used to define a queued job in Laravel?
How do you dispatch a job in Laravel?
What method is used in event listeners to handle an event?
Laravel service container is mainly used for?
Which command creates a service provider?