What problem does it solve?
This Skill streamlines the development of robust Laravel applications, from initial model creation to complex API and real-time interface implementation, ensuring best practices and efficient code.
Core Features & Use Cases
- Model & Relationship Development: Create Eloquent models, define relationships, and optimize queries.
- API & Real-time Interfaces: Build RESTful APIs with API Resources and create dynamic user interfaces with Livewire.
- Queue Management: Implement background job processing with Horizon for improved performance.
- Testing: Write comprehensive tests using Pest/PHPUnit to ensure code quality and reliability.
- Use Case: When building a new feature that requires user authentication, database interactions, and a real-time dashboard update, this Skill provides the necessary tools and guidance.
Quick Start
Use the laravel-specialist skill to create a new Eloquent model named 'Product' with a 'name' and 'price' field, and a corresponding migration.