home/categories/architecture-patterns/hoangnguyen0403-agent-skills-standard-skills-laravel-laravel-clean-architecture-skill-md
architecture-patternsdevelopment

laravel-clean-architecture

Implement Domain-Driven Design with typed DTOs, repository interfaces, and single-responsibility Action classes in Laravel. Use when creating domain folders, binding repository contracts in providers, or passing DTOs between layers. (triggers: app/Domains/**/*.php, app/Providers/*.php, domain, dto, repository, contract, adapter)

HoangNguyen0403
maintainer
HoangNguyen0403
更新于 3/25/2026
星标
389
分支
108
quick start

Installation and usage

Implement Domain-Driven Design with typed DTOs, repository interfaces, and single-responsibility Action classes in Laravel. Use when creating domain folders, binding repository contracts in providers, or passing DTOs between layers. (triggers: app/Domains/**/*.php, app/Providers/*.php, domain, dto, repository, contract, adapter)

安装
$ install --globalskills.sh
使用

安装后,您可以通过在终端运行以下命令来使用此技能:

skills use laravel-clean-architecture