CLAUDE.md for Laravel teams

Team conventions for Claude Code inside a Laravel codebase.

6/19/2026 · 22 viewsCLAUDE.md

← Browse

Laravel conventions

  • Use Form Requests for validation.
  • Keep controllers thin.
  • Prefer feature tests for user flows.
  • Run php artisan test before final handoff.