What problem does it solve?
This Skill provides a comprehensive set of guidelines and best practices for building and maintaining robust Laravel applications, ensuring consistency, performance, and maintainability.
Core Features & Use Cases
- Structured Development: Enforces conventions for models, controllers, actions, and API resources.
- Efficient Data Handling: Guides on proper validation, authorization, and data transformation.
- Performance Optimization: Offers strategies for eager loading, database indexing, and caching.
- Use Case: When developing a new feature that involves creating and updating user profiles, use this Skill to ensure all validation, persistence logic, and API responses adhere to established Laravel best practices.
Quick Start
Use the laravel skill to generate a new Eloquent model with a UUID resource ID and appropriate timestamps.