laravel-actions

Installation
SKILL.md

Laravel Actions

Actions are the heart of your domain logic. Every business operation lives in an action.

Related guides:

  • DTOs - DTOs for passing data to actions
  • Controllers - Controllers delegate to actions
  • Models - Models accessed by actions
  • Testing - Testing with triple-A pattern

Philosophy

Controllers, Jobs, and Listeners contain ZERO domain logic - they only delegate to actions.

Related skills
Installs
22
GitHub Stars
8
First Seen
Mar 27, 2026