laravel-11-12-app-guidelines
Installation
SKILL.md
Laravel 11/12 App Guidelines
Use this skill when implementing, fixing, or reviewing Laravel 11 or Laravel 12 applications.
Start Here
- Read repository instructions and local docs before making architectural decisions.
- Confirm Laravel and PHP versions from
composer.json,composer.lock, orphp artisan aboutwhen available. - Detect whether commands should run through Sail, Docker Compose, Herd, Valet, or host PHP.
- Detect app mode: API-only, Blade, Livewire, Inertia, Vue, React, or a mixed legacy stack.
- Reuse existing conventions for naming, language, layout, components, testing, and error responses.