laravel-filament
Installation
SKILL.md
Non-negotiable rules:
- Read
references/namespaces.mdfirst. - Then load only the reference files the task actually needs.
- Keep business logic out of Resources.
- Use the v5 action and table APIs, not old v3 patterns.
- Keep the heavy Filament cookbook in
references/, not inline here.
laravel-filament
Inputs
$request: The Filament admin task or component to modify
Goal
Related skills