laravel-specialist

Guide Laravel 10+ development with models, authentication, APIs, and Livewire interfaces.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Laravel Specialist Skill Unit addresses the complexities of Laravel development by providing step-by-step instructions, references, and code templates for common tasks, streamlining the process and reducing errors.

Core Features & Use Cases

  • Application Setup: Guidance on creating and configuring Laravel 10+ applications.
  • Eloquent ORM: Creating models, relationships, and implementing queries.
  • Authentication: Implementing Sanctum authentication and Horizon queues.
  • API Development: Building RESTful APIs with API resources.
  • UI Development: Creating reactive interfaces with Livewire.
  • Testing: Writing Pest/PHPUnit tests for Laravel features.
  • Use Case: A developer needs to create a new Laravel application with a RESTful API, user authentication, and a dynamic UI. The Laravel Specialist Skill Unit guides them through each step, including writing tests and optimizing performance.

Quick Start

Run the laravel-specialist skill to begin setting up a new Laravel application.

Frequently Asked Questions about laravel-specialist

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

FAQPage Schema
How do I set up a new Laravel application with RESTful API endpoints and authentication?

To set up a Laravel application, this skill guides you step-by-step through configuring Laravel 10+, building RESTful API endpoints with API resources, and implementing Sanctum authentication for secure user access.

Can I use Livewire to create reactive interfaces in a Laravel 10+ project?

Yes, you can create reactive interfaces using Livewire. The skill provides specific instructions and code templates to seamlessly integrate dynamic UI components into your Laravel 10+ application.

Do I need PHP 8.2+ to build Eloquent models and Horizon queues with this guidance?

Yes, PHP 8.2+ is required. The skill applies to full-stack Laravel development, utilizing this version to handle Eloquent ORM creation, implement queries, and manage Horizon queues effectively.

What's the best way to write tests for Laravel API resources and Livewire components?

The best way to write tests is using Pest or PHPUnit. The skill includes dedicated testing steps and optimization guidance to ensure your Laravel API resources and Livewire interfaces function correctly.

How does Sanctum authentication integrate with Horizon queues in Laravel?

Sanctum authentication secures your application's API endpoints, while Horizon manages and monitors the queue workflows. The skill provides templates to implement both features concurrently in Laravel 10+.