Skip to main content

4 docs tagged with "route"

View All Tags

Controllers

Controllers are tasked with two primary responsibilities:

Middlewares

Apiato middlewares are just Laravel Middlewares,

Requests

Requests components are a way to interact with the current HTTP request

Routes

Routes are responsible for mapping incoming HTTP requests to their corresponding controller functions.