laravel-specialist

Scaffold Laravel 10+ apps with models, authentication, APIs, queues, and Livewire.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This capability accelerates the development of Laravel 10+ applications by providing a structured, production-ready starting point that includes models, authentication, APIs, queues, and modern UI components, reducing boilerplate and setup time.

Core Features & Use Cases

  • Scaffold Laravel 10+ projects with a representative User model, relationships, and API resources.
  • Configure Sanctum authentication, Horizon queues, RESTful APIs, and Livewire components for interactive interfaces.
  • Establish validated testing foundations with Pest/PHPUnit and a clean project structure for scalable apps.

Quick Start

Begin by scaffolding a Laravel 10+ project with a sample User model, API resource, Livewire component, Sanctum auth, Horizon queue setup, and Pest/PHPUnit tests.

Frequently Asked Questions about laravel-specialist

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

FAQPage Schema
How do I scaffold a Laravel 10+ application with models, APIs, and Livewire components?

Scaffolding a Laravel 10+ application involves generating Eloquent models, API resources, Sanctum authentication, Horizon queue workers, and Livewire components. This provides a production-ready starting point that reduces boilerplate and setup time for typical web apps.

Does this Laravel scaffolding approach configure Sanctum authentication and Horizon queues?

Yes, this Laravel scaffolding approach configures Sanctum authentication and Horizon queues. It establishes RESTful APIs and interactive Livewire interfaces, providing a structured, production-ready starting point for scalable web apps and admin dashboards.

What is the best way to set up Eloquent relationships and API resources in a new Laravel project?

The best way to set up Eloquent relationships and API resources in a new Laravel project is by scaffolding a representative User model with automated conventions. This establishes a clean project structure and production-ready data layer.

Can I use Pest and PHPUnit to establish a testing foundation for my Laravel 10+ web app?

Yes, you can use Pest and PHPUnit to establish a validated testing foundation for Laravel 10+ web apps. Automating this setup alongside Livewire components and Sanctum auth ensures scalable application behavior is continuously verified.

What PHP version do I need to build Laravel 10+ apps with Livewire and Sanctum?

Building Laravel 10+ apps with Livewire and Sanctum requires PHP 8.2 or higher. This environment supports the necessary Laravel conventions for Eloquent relationships, API resources, Horizon queue workers, and automated testing.

Why automate queue worker and admin dashboard setup instead of manually configuring Laravel components?

Automating queue worker and admin dashboard setup eliminates boilerplate and reduces configuration time. Manually configuring Laravel components like Horizon and Livewire is slower and prone to inconsistency across typical web applications.