Skip to main content

9 docs tagged with "action"

View All Tags

Actions

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

Commands

Apiato commands are just Laravel Commands,

Controllers

Controllers are tasked with two primary responsibilities:

Criterias

To prevent overlap with the L5 Repository documentation, this page

Events

Apiato events are just Laravel Events,

Repositories

Apiato provides a powerful repository pattern implementation based on the L5 Repository package.

Requests

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

Sub Actions

SubActions are designed to eliminate code duplication within Actions.

Tasks

Tasks are specialized classes that hold shared business logic,