What problem does it solve?
This Skill solves the common challenge of building inconsistent, hard-to-maintain Laravel applications by providing standardized, production-grade architecture patterns that reduce technical debt and accelerate development.
Core Features & Use Cases
- Standardized App Structure: Clear layer separation between controllers, services, actions, and models to keep code organized and testable.
- Eloquent ORM Best Practices: Typed models, custom casts, scopes, eager loading, and query objects for efficient, consistent database interactions.
- Production-Ready Workflows: Pre-built patterns for routing, API resources, form requests, queues, events, caching, and migrations for scalable Laravel web apps and APIs.
- Use Case: Use this Skill to architect a multi-tenant SaaS Laravel API with scoped route bindings, queued background jobs, and cached read-heavy endpoints.
Quick Start
Use the laravel-patterns skill to design the full architecture for a new Laravel e-commerce API with proper service layer separation and scoped access control.