laravel-specialist

Provide Laravel 10+ architectural guidance for Eloquent, API resources, queues, and Livewire.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Thiritin/skills --skill laravel-specialist-thiritin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-specialist
Source: https://github.com/Thiritin/skills/tree/main/laravel-specialist
Command: npx skills add https://github.com/Thiritin/skills --skill laravel-specialist-thiritin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Laravel projects often struggle with defining robust Eloquent models, designing clean API surfaces, integrating authentication, and coordinating background processing. This Skill provides structured, production-ready patterns and domain knowledge to accelerate Laravel development and ensure best practices across teams.

Core Features & Use Cases

  • Architecture planning and design patterns for Laravel apps (models, relationships, controllers, services)
  • API design with API resources, authentication via Sanctum, and queue-enabled workflows
  • End-to-end guidance for tests, deployment, and Livewire-based interfaces
  • Real-world use cases including REST APIs, admin dashboards, and background job workflows

Quick Start

Outline a Laravel 10+ implementation plan for a new API using Eloquent models, API resources, and a queue-based worker.

Frequently Asked Questions about laravel-specialist

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

FAQPage Schema
How do I design Eloquent models and API resources for a new Laravel API?

Design Eloquent models and API resources in Laravel by defining robust data relationships, strict typing, and structured REST API surfaces to accelerate backend development. This approach ensures production-ready patterns for modeling data and designing clean APIs across small to enterprise projects.

What's the best way to structure Laravel queue workflows with Horizon?

Structure Laravel queue workflows with Horizon by implementing queue-enabled background processing patterns for job coordination. This provides production-ready domain knowledge for integrating queues, ensuring reliable background task execution across enterprise Laravel applications.

Can I use Livewire with Sanctum for authentication in Laravel 10+?

Yes, you can use Livewire with Sanctum in Laravel 10+ for authentication and interface design. This combination provides end-to-end guidance for building Livewire-based interfaces and securing REST APIs using Sanctum authentication practices.

Does this Laravel guidance support PHP 8.2+ strict typing and testing practices?

Yes, this Laravel guidance fully supports PHP 8.2+ features, strict typing, and comprehensive testing practices. It satisfies requirements for code quality, testing, and deployment scenarios, ensuring robust architectural patterns across your Laravel project.

When should I use API resources instead of direct Eloquent model responses in Laravel?

Use API resources instead of direct Eloquent model responses in Laravel when you need a clean, consistent API surface separating data transformation from persistence. This architectural pattern ensures strict typing and structured REST API design across enterprise applications.