Skip to main content

8 docs tagged with "request"

View All Tags

Actions

Actions serve as the embodiment of the application's Use Cases,

Authorization

Apiato provides a Role-Based Access Control (RBAC) through its Authorization Container.

Controllers

Controllers are tasked with two primary responsibilities:

Middlewares

Apiato middlewares are just Laravel Middlewares,

Policies

Apiato policies are just Laravel Policies,

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.

Sub Actions

SubActions are designed to eliminate code duplication within Actions.