What problem does it solve?
This Skill consolidates Laravel and PHP development patterns and best practices to standardize architecture, improve maintainability, and accelerate delivery across teams.
Core Features & Use Cases
- Project structure guidance: Organize controllers, models, services, migrations, and resources for scalable apps.
- Routing, validation, and security: Promote consistent API routes, form requests, policies, and authentication strategies.
- Performance and quality: Enforce eager loading, queues, API resources, and testing patterns to reduce defects.
- Use Case: Apply these patterns to a new Laravel API to rapidly implement CRUD resources with robust validation and authorization.
Quick Start
Integrate the Laravel skill into your PHP project by following the documented patterns: structure your app per the recommended folders, implement validation and policies, set up API resources and migrations, then run the test suite.