laravel-specialist

Develop and refactor Laravel 10+ applications with Eloquent ORM, queues, Livewire, and Pest tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development of complex Laravel applications by providing expert guidance and code generation for backend logic, database interactions, and API development.

Core Features & Use Cases

  • Eloquent ORM: Efficiently manage database models, relationships, and queries.
  • API Development: Create RESTful APIs using API Resources and Form Requests.
  • Queue Systems: Implement background job processing for long-running tasks.
  • Livewire Components: Build dynamic, reactive interfaces with server-side rendering.
  • Testing: Write comprehensive unit and feature tests for application reliability.
  • Use Case: Develop a new feature for an e-commerce platform, including a new Eloquent model for products, an API endpoint to fetch product details, and background jobs for image processing.

Quick Start

Use the laravel-specialist skill to create a new Eloquent model for a 'Product' with 'name', 'description', and 'price' fields, including a migration.

Frequently Asked Questions about laravel-specialist

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

FAQPage Schema
How do I build a scalable Laravel backend with complex Eloquent relationships?

To build a scalable Laravel backend, you can use this Skill to generate Eloquent ORM models and define complex data relationships. It provides expert guidance for structuring database interactions and efficiently managing queries in Laravel 10+ and PHP 8.2+ environments.

What's the best way to create RESTful APIs using Laravel API Resources and Form Requests?

The best way to create RESTful APIs is by leveraging Laravel API Resources and Form Requests. This Skill generates code for API development, ensuring structured data transformation and validation when building endpoints for platforms like e-commerce applications.

How do I implement background job processing for long-running tasks in Laravel?

You can implement background job processing by utilizing Laravel queue systems. This Skill helps you set up background jobs for long-running tasks, such as image processing, ensuring your application remains responsive during heavy operations.

Can I build dynamic interfaces with Livewire components in Laravel?

Yes, you can build dynamic, reactive interfaces with Livewire components. This Skill provides code generation for server-side rendering, allowing you to create interactive UI components that communicate seamlessly with your Laravel backend.

How do I write comprehensive unit and feature tests for Laravel using Pest?

You can write comprehensive unit and feature tests using Pest to ensure application reliability. This Skill focuses on robust testing strategies, helping you verify backend logic, API endpoints, and database interactions in your Laravel application.

Does this Laravel development guidance support PHP 8.2 and Laravel 10+ environments?

Yes, this guidance explicitly supports PHP 8.2+ and Laravel 10+ environments. It is designed to address modern development challenges, ensuring your application architecture uses current framework features and stability improvements.