Browse
/
CLAUDE.md
/
CLAUDE.md for Laravel teams
CLAUDE.md for Laravel teams
Team conventions for Claude Code inside a Laravel codebase.
6/19/2026 · 22 views
CLAUDE.md
Copy link
Copy content
← Browse
Laravel conventions
Use Form Requests for validation.
Keep controllers thin.
Prefer feature tests for user flows.
Run php artisan test before final handoff.