laravel-11-12-app-guidelines

Your tagline goes here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna eget velit eget, ...

63|20|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/thienanblog/awesome-ai-agent-skills --skill laravel-11-12-app-guidelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-11-12-app-guidelines
Source: https://github.com/thienanblog/awesome-ai-agent-skills/tree/main/skills/laravel-11-12-app-guidelines
Command: npx skills add https://github.com/thienanblog/awesome-ai-agent-skills --skill laravel-11-12-app-guidelines

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides a standardized, repo-aware workflow for Laravel 11/12 projects across common stacks and tooling, ensuring consistency for feature work, bug fixes, and UI/backend changes.

Core Features & Use Cases

  • Stack detection: identifies Docker Compose/Sail usage and frontend frameworks (Inertia + React, Livewire, Vue, Blade) to tailor guidance.
  • Convention-based guidance: enforces Laravel 11/12 core conventions and file organization, routing, and validation approaches.
  • Boost MCP integration: recommends and guides use of Laravel Boost MCP tools (e.g., search-docs, list-artisan-commands, list-routes) to inspect and validate repo state.
  • Documentation-first workflow: directs reading AGENTS.md and docs/ when present to determine decisions.

Quick Start

Read AGENTS.md and, if present, docs/ to determine the stack and tooling, then follow the repository conventions for decisions.

Frequently Asked Questions about laravel-11-12-app-guidelines

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

FAQPage Schema
How do I set up a consistent Laravel 11 workflow with Inertia and React?

A consistent Laravel 11 workflow with Inertia and React is established by detecting your stack from repository configurations, enforcing core file organization and routing conventions, and applying standardized validation approaches. Read AGENTS.md and docs/ to determine specific tooling decisions.

Does this workflow support Docker Compose and Laravel Sail for local development?

Yes, the workflow supports Docker Compose and Laravel Sail for local development. It identifies your Docker usage during stack detection to tailor project guidance, ensuring your local environment aligns with Laravel 11/12 conventions and deployment scenarios.

What is the best way to enforce Laravel 12 conventions across API-only and full-stack apps?

The best way to enforce Laravel 12 conventions is by applying a standardized, repo-aware workflow that dictates routing, validation, and file organization for both API-only and full-stack apps. It uses Laravel Boost MCP tools to inspect and validate repository state.

Can I use Laravel Boost MCP tools to inspect routes and artisan commands?

Yes, you can use Laravel Boost MCP tools like search-docs, list-artisan-commands, and list-routes to inspect and validate your repository state. The workflow integrates these tools to ensure decisions respect existing repository guidelines without introducing non-existent dependencies.

How do I structure testing with PHPUnit when following Laravel 11 project guidelines?

Structure PHPUnit testing by following the standardized Laravel 11/12 workflow, which includes testing conventions for both API-only and full-stack applications. The guidelines ensure your test suite respects repository conventions defined in AGENTS.md and docs/.