What problem does it solve?
This Skill helps you implement and validate Laravel features end-to-end—architecture, Eloquent data access, Blade/Livewire UI, testing, caching, and safety checks—so work is correct and maintainable instead of guesswork.
Core Features & Use Cases
- Laravel architecture guidance: Choose the right structure for CRUD, domain logic, background jobs, APIs, feature flags, and real-time updates.
- Eloquent ORM patterns: Apply casts, scopes, eager loading, query batching, and pagination to avoid N+1 and scale issues.
- Frontend integration: Use Blade with Alpine and Livewire 3/Volt patterns for interactive server-rendered UI.
- API correctness & validation: Use FormRequest, authorization, API Resources, and structured responses for reliable endpoints.
- Testing and performance verification: Generate Pest/feature test approaches, plus caching/invalidation and query optimization checks.
Quick Start
Use the laravel skill to design the Laravel 12 feature, including models, relationships, validation, API resources, and the exact testing approach for your change.