laravel-11-12-app-guidelines
Standardized workflow for Laravel 11/12 development across API-only or full-stack setups, with guidance on stack detection, framework conventions, and integrated tooling. Covers Docker/Sail, frontend frameworks (Inertia+React, Livewire, Vue, Blade), testing with PHPUnit, code formatting with Pint, and Laravel Boost MCP utilities for documentation and debugging.
Laravel 11/12 App Guidelines provides a consistent workflow for implementing features and fixing bugs while respecting project conventions.
AI-generated summary based on this skill's SKILL.md
Install
thienanblog/awesome-ai-agent-skills/laravel-11-12-app-guidelines · repository language: Shell
git clone https://github.com/thienanblog/awesome-ai-agent-skills
cp -r awesome-ai-agent-skills/skills/laravel-11-12-app-guidelines ~/.claude/skills/laravel-11-12-app-guidelinesnpx skillfed install thienanblog/awesome-ai-agent-skills/laravel-11-12-app-guidelinesFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What are the laravel-11-12-app-guidelines for development?
laravel-11-12-app-guidelines provides standardized workflow for Laravel 11/12 development across API-only or full-stack setups. It covers stack detection, framework conventions, Docker/Sail deployment, frontend framework integration (Inertia+React, Livewire, Vue, Blade), PHPUnit testing, Pint code formatting, and Laravel Boost MCP utilities for documentation and debugging.
How do I work with Laravel 11 apps following project conventions?
laravel-11-12-app-guidelines emphasizes implementing features and fixing bugs while respecting project conventions. The skill guides you through detecting your frontend stack (Inertia, Livewire, Vue, or Blade), understanding app.php bootstrap configuration, managing Eloquent models and relationships, validating with form requests, and using Laravel Boost MCP tools for documentation lookup and debugging when needed.
What frontend stacks does laravel-11-12-app-guidelines support?
laravel-11-12-app-guidelines detects and works with Inertia+React, Livewire, Vue, and Blade. The skill helps you identify which stack your project uses by scanning composer.json and package.json, then applies appropriate conventions for that stack—whether you're building API-only endpoints, full-stack applications, or hybrid setups with Tailwind CSS v4.
How do I set up and run Laravel apps with Docker Compose or Sail?
laravel-11-12-app-guidelines covers Docker Compose and Sail setup and execution. It provides guidance on running Laravel apps in containerized environments, executing Sail commands for local development, managing services, and handling environment configuration. The skill also supports traditional host-based command execution for teams not using containers.
What testing and code quality tools does laravel-11-12-app-guidelines include?
laravel-11-12-app-guidelines integrates PHPUnit for testing and Pint for code formatting. The skill guides you through writing tests following Laravel best practices, validating code against project standards, applying formatting rules, and maintaining code quality across your Laravel 11/12 applications.
How can I use Laravel Boost MCP tools with laravel-11-12-app-guidelines?
laravel-11-12-app-guidelines includes Laravel Boost MCP utilities for documentation lookup and debugging. These tools help you quickly access framework documentation, troubleshoot issues, and understand complex features without leaving your development workflow.
SKILL.md
rendered from the published skill — quoted content, verbatim
Laravel 11/12 App Guidelines
Overview
Apply a consistent workflow for Laravel 11/12 apps with optional frontend stacks, Dockerized commands, and Laravel Boost tooling.
Quick Start
- Read repository instructions first:
AGENTS.md. Ifdocs/exists, readdocs/README.mdand relevant module docs before decisions. - Detect the stack and command locations; do not guess.
- Use Laravel Boost
search-docsfor Laravel ecosystem guidance; use Context7 only if Boost docs are unavailable. - Follow repo conventions for naming, UI language, docs-first policies, and existing component patterns.
Stack Detection
- Check
composer.json,package.json,docker-compose.*, andconfig/*to
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
skills/laravel-11-12-app-guidelines/SKILL.md
skills/laravel-11-12-app-guidelines/references/boost-tools.md