laravel-specialist

Configure Laravel 10+ apps with Sanctum, Horizon, API resources, and Livewire.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Builds and configures Laravel 10+ apps with industry-standard patterns, guiding you through model creation, relationships, Sanctum authentication, Horizon queues, RESTful APIs with API resources, and Livewire-based interfaces to accelerate delivery and quality.

Core Features & Use Cases

  • Expert guidance for designing Eloquent models, relationships, and migrations with best practices.
  • Setup and validation of Sanctum authentication, queue workers with Horizon, and API resource responses.
  • Build reactive Livewire components and scalable API-driven architectures for modern Laravel applications.
  • Real-world scenarios include starting new projects, refactoring complex modules, and introducing queue-based processing.

Quick Start

Initialize or refactor a Laravel project by applying the specialist patterns to models, authentication, queues, APIs, and Livewire components.

Frequently Asked Questions about laravel-specialist

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

FAQPage Schema
How do I structure Eloquent models and Sanctum authentication for a new Laravel backend?

Laravel backend structuring involves designing Eloquent models and relationships alongside migrations, then setting up Sanctum for authentication. This ensures RESTful API resources and secure access tokens are properly organized for scalable application delivery.

Can I use Livewire components to build reactive interfaces in an existing Laravel application?

Yes, Livewire components can build reactive interfaces in a Laravel application. This refactors complex modules into dynamic, scalable architectures while maintaining standard backend patterns and accelerating reactive interface delivery.

What's the best way to manage queue workers with Horizon in Laravel 10?

The best way to manage queue workers with Horizon in Laravel 10 is configuring queue-based processing for background tasks. This setup monitors and organizes job dispatches, accelerating delivery through structured, supervised queue handling.

Does Laravel Sanctum work with API resources for RESTful API development?

Yes, Laravel Sanctum works with API resources for RESTful API development. Sanctum handles authentication and token validation while API resources format Eloquent model responses, together ensuring structured and secure API outputs.

Do I need PHP 8.2 to refactor complex modules with Livewire and Eloquent?

Yes, you need PHP 8.2+ and Laravel 10+ to refactor complex modules with Livewire and Eloquent. These versions provide the required environment for adhering to best practices in relationships, queue usage, and testing.