laravel-best-practices

Enforce Laravel best-practice guidelines across controllers, models, and routes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gabriel-daldegan/missionary_journal --skill laravel-best-practices-gabriel-daldegan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-best-practices
Source: https://github.com/gabriel-daldegan/missionary_journal/tree/main/.agents/skills/laravel-best-practices
Command: npx skills add https://github.com/gabriel-daldegan/missionary_journal --skill laravel-best-practices-gabriel-daldegan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Laravel projects often drift into inconsistent patterns, security gaps, and maintenance headaches. This skill provides a centralized, practical guide to applying best practices across the codebase, improving quality and lowering long-term costs.

Core Features & Use Cases

  • Standardized patterns for controllers, models, migrations, form requests, policies, jobs, and queues.
  • Guidance on performance, security, validation, error handling, routing, and architecture during code reviews and refactors.
  • Real-world scenarios and reusable patterns to accelerate development while maintaining quality.

Quick Start

Begin applying the Laravel Best Practices guidelines during development and code reviews to ensure consistent, secure, and maintainable code.

Frequently Asked Questions about laravel-best-practices

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

FAQPage Schema
How do I enforce Laravel coding standards during code reviews?

During code reviews, enforce Laravel best-practice guidelines covering controllers, models, migrations, form requests, and policies to ensure consistent, secure, and maintainable code patterns across your project.

What is the best way to structure Laravel controllers and models?

Standardize Laravel controllers and models by applying codified rules for architecture, validation, and performance, preventing pattern drift and lowering long-term maintenance costs across your codebase.

Can I use these Laravel best practices for refactoring existing applications?

Yes, you can apply these Laravel best practices during refactoring to resolve security gaps and maintenance headaches. The guidelines cover jobs, scheduled commands, queues, and routing to improve overall code quality.

Does this Laravel best practices guide cover security and testing rules?

Yes, the Laravel best practices guide codifies specific rules for security, testing, and performance. It provides reusable patterns to accelerate development while maintaining high code quality across your projects.

How do I prevent pattern drift in Laravel form requests and policies?

Prevent pattern drift in Laravel form requests and policies by applying a centralized, reusable rules set during new feature development, ensuring standardized validation and authorization patterns across projects.