laravel-specialist

Automate Laravel backend design with Eloquent models, APIs, and tests.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Sivanwol/sabo-platfom --skill laravel-specialist-sivanwol
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: laravel-specialist
Source: https://github.com/Sivanwol/sabo-platfom/tree/main/.ai/skills/laravel-specialist
Command: npx skills add https://github.com/Sivanwol/sabo-platfom --skill laravel-specialist-sivanwol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Build and configure Laravel 10+ applications with expert guidance, enabling consistent architecture, scalable APIs, and maintainable codebases across teams.

Core Features & Use Cases

  • Design and implement Eloquent models with relationships, scopes, and casts; craft RESTful APIs using API resources; and structure tests with Pest/PHPUnit for Laravel features.
  • Implement Sanctum authentication, Horizon queues, Livewire components, and robust routing for modern Laravel applications.
  • Optimize data access, queue processing, and test coverage to deliver reliable, scalable Laravel solutions in real-world projects.

Quick Start

Install required dependencies and start implementing models, APIs, and Livewire components according to the guide.

Frequently Asked Questions about laravel-specialist

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

FAQPage Schema
How do I build Eloquent models with relationships and strict typing in Laravel?▼

To build Eloquent models with relationships and strict typing, define PHP 8.2+ typed properties, configure casts and scopes, and specify relationship methods. This ensures proper data access and robust model architecture across Laravel projects.

What's the best way to structure RESTful APIs and Sanctum authentication in Laravel?▼

The best way to structure RESTful APIs and Sanctum authentication is to use API resources for consistent data formatting and implement Sanctum token management. This creates secure, scalable API endpoints for modern Laravel applications.

Can I use Livewire components alongside Horizon queues in a Laravel application?▼

Yes, you can use Livewire components alongside Horizon queues. Implement Livewire for dynamic interfaces and configure Horizon queues to process background jobs, optimizing data access and queue processing for reliable Laravel solutions.

How do I write comprehensive tests with Pest or PHPUnit for Laravel features?▼

To write comprehensive tests, structure Pest or PHPUnit test cases covering Laravel features, routing, and API resources. This test coverage validates application logic and delivers maintainable codebases across development teams.

Does this Laravel development approach require PHP 8.2 or newer?▼

Yes, this Laravel development approach satisfies requirements for PHP 8.2+ features and strict typing. It applies to building Laravel 10+ applications, ensuring consistent architecture and modern PHP standards compliance.