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
Decision gist · record as of 2026-07-15
Laravel 11/12 App Guidelines provides a consistent workflow for implementing features and fixing bugs while respecting project conventions. 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.
Use it when
- laravel-11-12-app-guidelines emphasizes implementing features and fixing bugs while respecting project conventions.
- laravel-11-12-app-guidelines detects and works with Inertia+React, Livewire, Vue, and Blade.
Verify before relying
Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.
Install
thienanblog/awesome-ai-agent-skills/laravel-11-12-app-guidelines · repository language: Shell
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently 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)
File tree — 2 files
skills/laravel-11-12-app-guidelines/SKILL.md
skills/laravel-11-12-app-guidelines/references/boost-tools.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Implement features and fix bugs in Laravel 11/12 apps following project conventions”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Laravel Specialist guides you through building production-ready Laravel 10+ applications with type-safe Eloquent models, queue workers, API resources, and Livewire components. It enforces modern PHP 8.2+ patterns, eager loading, dependency injection, and >85% test coverage across feature and unit tests. Use it for architecting database schemas, implementing authentication flows, optimizing queries, and validating code against PSR-12 standards.
Laravel Specialist guides you through designing and maintaining Laravel applications at production scale. It covers the full ecosystem—Eloquent relationships and query optimization, Blade and Livewire components, queue systems, middleware pipelines, and Pest testing—with a structured five-phase process from context discovery through optimization.
PHP Rules enforces coding standards covering style, frameworks, patterns, security, and testing. It guides PSR-12 compliance, modern PHP 8.1+ syntax, Laravel and Symfony conventions, Eloquent and Doctrine patterns, and error handling best practices.
Get expert guidance on Laravel 12.x application development, from foundational concepts like routing and database migrations to advanced patterns including Eloquent relationships, API design, and authentication with Sanctum. This skill covers the full development lifecycle—models, validation, queues, dependency injection, and best practices for building scalable web applications.
This skill guides you through hardening Laravel applications against common vulnerabilities. Learn to configure Sanctum and Passport for secure authentication, implement role-based access control with gates and policies, enforce HTTPS, manage sessions safely, and validate passwords against compromised databases.
This skill provides 30+ patterns for Laravel, Inertia.js, and React integration, covering page components, form handling with useForm, navigation, shared data, layouts, and file uploads. Use it when building Inertia page components, managing forms with validation, or implementing persistent layouts in full-stack applications.