This skill provides comprehensive guidance for structuring Laravel applications using industry best practices, including the Service-Action pattern, thin controllers, and domain-driven design principles. It helps developers maintain clean codebases by providing templates for Eloquent model configuration, API resources, nested routing with scoped bindings, and robust validation using Form Requests. Whether you are building complex APIs or monolithic web apps, this skill ensures your Laravel project follows scalable patterns for queues, events, caching, and database migrations.
주요 기능
01Scoped route-model binding for secure multi-tenant access
02Service-Action architecture for clean, testable business logic
03Advanced Eloquent patterns including custom casts and query objects
04Standardized directory structures for scalable Laravel projects
051 GitHub stars
06Production-ready API resources and consistent pagination patterns