hoangnguyen0403-laravel-clean-architecture

Installation
SKILL.md

Laravel Clean Architecture

Priority: P1 (HIGH)

Structure

app/
├── Domains/            # Logic grouped by business domain
│   └── {Domain}/
│       ├── Actions/    # Single use-case logic
│       ├── DTOs/       # Immutable data structures
│       └── Contracts/  # Interfaces for decoupling
└── Providers/          # Dependency bindings

Implementation Guidelines

Installs
First Seen
hoangnguyen0403-laravel-clean-architecture — smithery/ai