laravel-specialist

Guide Laravel 10+ development with Eloquent ORM, API resources, and queue systems.

6|Updated Jan 24, 2025
One-click install
npx skills add https://github.com/Liinkiing/larastack --skill laravel-specialist-liinkiing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-specialist
Source: https://github.com/Liinkiing/larastack/tree/main/.agents/skills/laravel-specialist
Command: npx skills add https://github.com/Liinkiing/larastack --skill laravel-specialist-liinkiing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps development teams accelerate Laravel 10+ projects by providing expert guidance on Eloquent ORM, API resources, queue systems, Livewire components, and Sanctum/Horizon integrations.

Core Features & Use Cases

  • Expert-level design and implementation guidance for Eloquent models, relationships, and query optimization.
  • Build robust API resources and authentication using Sanctum, with queue-backed background processing via Horizon.
  • Quick-start patterns and example workflows for common Laravel features in new projects.

Quick Start

Create a Laravel 10+ project, implement an Eloquent model with API resource, configure Sanctum, and set up a Horizon workflow to process a sample job.

Frequently Asked Questions about laravel-specialist

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

FAQPage Schema
How do I optimize Eloquent ORM queries and relationships in Laravel 10+?

Optimizing Eloquent ORM queries in Laravel 10+ involves using expert design patterns for model relationships, leveraging PHP 8.2+ features, and following PSR-12 coding standards to ensure efficient database interactions and maintainable code.

What's the best way to set up Sanctum authentication and API resources for a RESTful API?

Setting up Sanctum authentication and API resources for a RESTful API requires configuring robust authentication mechanisms and transforming Eloquent models using API resources to standardize JSON responses across your Laravel application.

How do I configure Horizon and queues for background processing in Laravel?

Configuring Horizon and queues for background processing in Laravel involves setting up queue systems to handle jobs efficiently, enabling reliable asynchronous task execution and monitoring for your application's workflow.

Does this Laravel guidance apply to building Livewire components and admin dashboards?

Yes, this Laravel guidance applies to building Livewire components and admin dashboards, providing expert implementation patterns and workflows that integrate seamlessly with Eloquent models and queue-backed background processing.