Skip to content

Laravel Development Guidelines

Objective: Define standards for building elegant, secure, and maintainable PHP applications with Laravel, covering structure, Eloquent ORM, security, queues, testing, and performance.

Source File

View the full rule: .agent/rules/laravel.md

Sections

    1. Project Structure & Conventions
    1. Eloquent ORM
    1. Security
    1. Queues & Background Jobs
    1. Testing & Tooling

Released under the MIT License.