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.