Skip to main content

4 docs tagged with "route"

View all tags

Controllers

Controllers are tasked with two primary responsibilities:

Middleware

Apiato middleware are just Laravel Middleware,

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.