laravel

Enforce Laravel 12 structure and best practices for features, migrations, controllers, and models.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/markhamsquareventures/essentials --skill laravel-markhamsquareventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel
Source: https://github.com/markhamsquareventures/essentials/tree/main/skills/laravel
Command: npx skills add https://github.com/markhamsquareventures/essentials --skill laravel-markhamsquareventures

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel projects often suffer from inconsistent structure and missed best practices, leading to slower development and harder maintenance.

Core Features & Use Cases

  • Enforces Laravel 12 structure and recommended conventions.
  • Guides on using Eloquent, factories, seeds, validation, and routing to keep code clean and scalable.
  • Use Case: A team standardizes feature development across Laravel apps, reducing bugs and onboarding time.

Quick Start

Apply the Laravel 12 structure and the recommended best practices to start a new feature.

Frequently Asked Questions about laravel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce Laravel 12 project structure and best practices across my team?

To enforce Laravel 12 project structure, apply standardized conventions for new features, migrations, controllers, and models. This ensures uniform architecture and reduces bugs and onboarding time across your applications.

What is the best way to structure Eloquent models and factories in a Laravel application?

The best way to structure Eloquent models and factories is to follow recommended Laravel conventions for seeds, validation, and routing. This approach keeps your code clean, scalable, and easy to maintain.

How do I standardize new feature development in Laravel to prevent inconsistent architecture?

Standardize new feature development in Laravel by applying consistent guidelines for migrations, controllers, and models. This prevents inconsistent architecture and avoids slower development cycles.

Does this Laravel convention guidance cover routing and testing setup?

Yes, this Laravel convention guidance covers routing and testing setup. It provides specific direction on Eloquent, factories, validation, and testing to ensure your project architecture remains uniform.

When do I need to apply standardized Laravel conventions to my existing projects?

You need to apply standardized Laravel conventions when your projects suffer from inconsistent structure and missed best practices. Applying these guidelines solves maintenance challenges and ensures scalable code.