laravel-specialist

Develop and configure Laravel 10+ applications with Eloquent, API Resources, Livewire, and Horizon.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ArtMin96/ai --skill laravel-specialist-artmin96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-specialist
Source: https://github.com/ArtMin96/ai/tree/main/.ai/skills/laravel-specialist
Command: npx skills add https://github.com/ArtMin96/ai --skill laravel-specialist-artmin96

SYSTEM DOCUMENTATION & REQUIREMENTS

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

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.

Frequently Asked Questions about laravel-specialist

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

FAQPage Schema
How do I create an Eloquent model with a corresponding migration in Laravel?

Creating an Eloquent model with a migration involves defining the model structure and corresponding database schema. This skill scaffolds Laravel 10+ models and generates the matching migration files to establish your database tables.

What's the best way to build a RESTful API using Laravel API Resources?

Building a RESTful API with Laravel API Resources is best handled by transforming your Eloquent models into JSON responses. This skill develops and configures API endpoints, ensuring consistent data structures and efficient query optimization for your API.

Can I use Livewire to build real-time user interfaces in a Laravel application?

Yes, you can use Livewire to build real-time interfaces in Laravel. This skill develops dynamic user interfaces by leveraging Livewire to provide instant UI updates directly within your Laravel 10+ application.

How does Laravel Horizon improve background job processing?

Laravel Horizon improves background job processing by providing a robust queue management system. This skill implements Horizon to monitor and configure your queues, ensuring improved application performance for heavy background tasks.

How do I set up Sanctum authentication and write tests with Pest or PHPUnit?

Setting up Sanctum authentication and writing tests involves configuring token-based auth and defining test cases. This skill supports implementing Sanctum for secure APIs and comprehensive testing using Pest or PHPUnit to ensure reliability.