Actions
Actions serve as the embodiment of the application's Use Cases,
Actions serve as the embodiment of the application's Use Cases,
Apiato provides a Role-Based Access Control (RBAC) through its Authorization Container.
Controllers are tasked with two primary responsibilities:
Apiato middlewares are just Laravel Middlewares,
Apiato policies are just Laravel Policies,
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.
SubActions are designed to eliminate code duplication within Actions.