laravel-specialist

Develop Laravel 12+ applications with Eloquent, RESTful APIs, queues, Livewire, and Pest tests.

150|51|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/AratKruglik/claude-laravel --skill laravel-specialist-aratkruglik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-specialist
Source: https://github.com/AratKruglik/claude-laravel/tree/main/.claude/skills/laravel-specialist
Command: npx skills add https://github.com/AratKruglik/claude-laravel --skill laravel-specialist-aratkruglik

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the development of complex Laravel applications by providing expert guidance and code generation for core features, ensuring adherence to best practices and efficient implementation.

Core Features & Use Cases

  • Eloquent ORM: Generate models, relationships, and optimize queries.
  • API Development: Create RESTful APIs using API Resources and Form Requests.
  • Background Processing: Implement and manage queue jobs for asynchronous tasks.
  • Real-time UI: Build dynamic interfaces with Livewire components.
  • Testing: Write comprehensive unit and feature tests with Pest.
  • Use Case: Develop a new feature for a Laravel e-commerce platform, including a new product model, API endpoints for product management, and background jobs for image processing.

Quick Start

Use the laravel-specialist skill to create a new Eloquent model for a 'Product' with a 'name' and 'price' attribute.

Frequently Asked Questions about laravel-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize Eloquent ORM queries in Laravel 12?

To optimize Eloquent ORM queries in Laravel 12, you implement strict typing, utilize efficient database querying techniques, and properly define model relationships to ensure best practices and minimize performance bottlenecks.

What is the best way to build RESTful APIs using Laravel API Resources?

The best way to build RESTful APIs using Laravel API Resources is to combine them with Form Requests for validation. This approach ensures strict typing and dependency injection while transforming Eloquent models into JSON responses efficiently.

How do I write comprehensive tests for Laravel applications using Pest?

To write comprehensive tests using Pest for Laravel applications, you generate unit and feature tests that validate RESTful APIs and Livewire components, ensuring adherence to modern PHP 8.3 best practices.

Does this Laravel development approach support reactive interfaces with Livewire?

Yes, this Laravel development approach supports reactive interfaces by creating Livewire components. It integrates seamlessly with Eloquent ORM and background queue systems to build dynamic UI components for complex applications.

How do I manage background processing and queue jobs in a Laravel application?

To manage queue jobs in a Laravel application, you implement and manage queue systems for asynchronous tasks. This enables efficient background processing for operations like image processing without blocking the main execution thread.

Can I use PHP 8.3 features like strict typing and dependency injection in Laravel?

Yes, you can use PHP 8.3 features in Laravel. The development process ensures adherence to modern PHP best practices, explicitly incorporating strict typing and dependency injection across Eloquent models, APIs, and Livewire components.