laravel-11-12-app-guidelines

Standardize Laravel 11/12 app workflows across stacks with documented conventions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mkopcic/md-solutions.hr-racuni-app --skill laravel-11-12-app-guidelines-mkopcic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-11-12-app-guidelines
Source: https://github.com/mkopcic/md-solutions.hr-racuni-app/tree/main/.github/skills/laravel-11-12-app-guidelines
Command: npx skills add https://github.com/mkopcic/md-solutions.hr-racuni-app --skill laravel-11-12-app-guidelines-mkopcic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guidelines to standardize work on Laravel 11/12 apps across stacks and toolchains, ensuring consistent practices and documentation-driven decisions.

Core Features & Use Cases

  • Defines stack-detection strategies (Docker Compose/Sail, Inertia + React, Livewire, Vue, Blade) and conventions to follow across API-only or full-stack projects.
  • Provides a repeatable workflow for implementing features, fixing bugs, or UI/backend changes with project-specific instructions (AGENTS.md, docs/).
  • Supports integration with Laravel Boost MCP tools for automated documentation and tooling.

Quick Start

Read AGENTS.md first, review docs/ if present, detect the stack and command location, and follow the repo conventions to implement features or fix issues.

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 standardize Laravel 11 and 12 development workflows across different stacks?

To standardize Laravel 11 and 12 development workflows, apply stack-detection strategies and enforce core conventions across API-only or full-stack projects using Docker Compose, Inertia, Livewire, and Blade.

What guidelines should I follow for setting up a Laravel 11/12 project with Docker Compose and Sail?

For Laravel 11/12 Docker Compose and Sail setup, follow a reproducible Quick Start process that reads AGENTS.md, detects the stack, and enforces project-specific conventions to accelerate consistent development.

Can I use Laravel Livewire and Inertia with React in the same Laravel 11 application?

Yes, Laravel Livewire and Inertia with React can be used in Laravel 11 applications, with stack-detection strategies defining specific conventions to maintain consistent practices across full-stack projects.

What's the best way to document feature implementation and bug fixes in a Laravel 12 codebase?

The best way to document Laravel 12 feature implementation and bug fixes is through documentation-driven decisions, utilizing AGENTS.md, reviewing the docs/ directory, and integrating Laravel Boost MCP tools.

Does this Laravel workflow guideline support PHPUnit and Pint configuration?

Yes, the Laravel workflow guidelines support PHPUnit and Pint configuration as part of the core conventions enforced across the detected stacks for consistent testing and formatting.

When do I need to detect the stack and command location in a Laravel 11/12 project?

You need to detect the stack and command location in a Laravel 11/12 project during the Quick Start phase before implementing features or fixing issues, ensuring you follow the correct repo conventions.