laravel-specialist

Automate Laravel application setup, model creation, API development, and testing.

2|Updated Jun 29, 2026
One-click install
npx skills add https://github.com/Axel-DaMage/opencode-config --skill laravel-specialist-axel-damage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-specialist
Source: https://github.com/Axel-DaMage/opencode-config/tree/main/skills/laravel-specialist
Command: npx skills add https://github.com/Axel-DaMage/opencode-config --skill laravel-specialist-axel-damage

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation and configuration of Laravel applications, automating repetitive tasks like model creation, relationship setup, authentication, and more.

Core Features & Use Cases

  • Application Setup: Automates the initial setup of a Laravel 10+ application, including database migrations and default configurations.
  • Model Creation: Rapidly create Eloquent models and define relationships.
  • Authentication: Implement Sanctum authentication and configure queues for background tasks.
  • API Development: Build RESTful APIs with resources and implement Livewire for reactive interfaces.
  • Testing: Write Pest/PHPUnit tests to ensure application stability.
  • Use Case: Imagine you're building a Laravel application with complex business logic. This Skill can help automate the setup and implementation of models, relationships, and APIs, reducing development time and potential errors.

Quick Start

Create a new Laravel application with the laravel-specialist skill.

Frequently Asked Questions about laravel-specialist

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

FAQPage Schema
How do I automate Eloquent model creation and relationship setup in Laravel?

You can automate Eloquent model creation and relationship setup by using specialized development workflows that generate models and configure relationships programmatically. This streamlines Laravel application development by reducing repetitive setup tasks and minimizing errors.

What is the best way to build RESTful APIs with Laravel resources?

The best way to build RESTful APIs with Laravel resources is to use dedicated resource classes that standardize data formatting and API responses. This integrates directly with Eloquent ORM for efficient data retrieval and consistent endpoint structures.

Do I need PHP 8.2+ to use Laravel for Sanctum authentication and queue configuration?

Yes, PHP 8.2+ is required to implement Sanctum authentication and configure queues for background tasks in modern Laravel applications. This version ensures compatibility with the Laravel framework's latest features and security standards.

Can I use Livewire for reactive interfaces while developing Laravel applications?

Yes, you can implement Livewire for reactive interfaces when developing Laravel applications. It enables building dynamic UI components without complex JavaScript, seamlessly integrating with backend Eloquent models and RESTful APIs.

How does PHPUnit testing ensure application stability in Laravel API development?

PHPUnit testing ensures Laravel API development stability by validating endpoint behavior, authentication flows, and data integrity. Writing Pest or PHPUnit tests verifies that complex business logic and Eloquent model relationships function correctly.