Laravel 11 12 App Guidelines

🌐Community
by thienanblog · vlatest · Repository

Ensures Laravel 11 & 12 applications adhere to best practices, coding standards, and architectural guidelines for maintainability.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add laravel-11-12-app-guidelines npx -- -y @trustedskills/laravel-11-12-app-guidelines
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "laravel-11-12-app-guidelines": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/laravel-11-12-app-guidelines"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides guidelines for building Laravel 11 and 12 applications, including best practices, directory structures, and configuration tips. It helps developers create scalable, maintainable, and secure backend systems using the latest Laravel features.

When to use it

  • You're starting a new Laravel project and want structured guidance on setup and architecture.
  • You need to follow industry-standard practices for Laravel 11 or 12 development.
  • You are refactoring an existing Laravel app to align with modern conventions and security standards.

Key capabilities

  • Best practice recommendations for Laravel 11/12 project structure
  • Security configuration tips for authentication and data handling
  • Optimization strategies for performance and scalability

Example prompts

  • "How should I organize my Laravel 12 application's directory structure?"
  • "What are the best practices for securing a Laravel 11 API endpoint?"
  • "Can you guide me through setting up a Laravel 12 project with authentication?"

Tips & gotchas

  • Ensure your Laravel version matches the guidelines to avoid compatibility issues.
  • Follow PSR standards and Laravel's official documentation alongside this skill for optimal results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
thienanblog
Installs
442

🌐 Community

Passed automated security scans.