Controllers
Controllers are tasked with two primary responsibilities:
Controllers are tasked with two primary responsibilities:
Apiato middlewares are just Laravel Middlewares,
Requests components are a way to interact with the current HTTP request
Routes are responsible for mapping incoming HTTP requests to their corresponding controller functions.