What problem does it solve?
This Skill removes the friction of building modern Laravel applications by guiding model design, authentication, queues, APIs, Livewire interfaces, and automated tests in one consistent workflow.
Core Features & Use Cases
- Eloquent modeling: Create models, relationships, scopes, casts, and query optimizations while avoiding N+1 issues.
- Authentication and APIs: Implement Sanctum-based auth flows, RESTful controllers, and API resources for clean JSON responses.
- Queues and background work: Set up jobs, workers, Horizon monitoring, retries, and failure handling for long-running tasks.
- Reactive interfaces and testing: Build Livewire components and verify behavior with Pest or PHPUnit feature and unit tests.
- Use Case: A team can use this Skill to launch a new posts module with database migrations, protected endpoints, queued publishing, and full test coverage without missing Laravel best practices.
Quick Start
Ask for a Laravel 10+ implementation plan or code changes for your feature, and this Skill will generate the models, routes, resources, jobs, components, and tests you need.