c11-agentsguidelines: laravel

Framework guidelines

Laravel

Laravel framework conventions — Eloquent, Blade, testing, Filament. Read it here, or pipe the address through a shell to install it into your project.

laravel
$ curl https://agents.c11.dev/laravel | sh

Read before you run: drop | sh to print the script, or open the raw installer. It pulls php first, then the laravel files below.

What it installs

guidelines/laravel

core.md

Controllers, Eloquent, Blade conventions.

always installed

testing.md

Pest test conventions and pre-test checks.

always installed

filament.md optional

Filament v4 resource/test conventions.

asks on install

Optional (filament): the installer asks about it on install. Non-interactively, add a specific one with --with <name> — e.g. curl https://agents.c11.dev/laravel | sh -s -- --with filament — or --all for every optional.