Prerequisites
Before you begin, you must have:- PHP 8.2+
- Laravel 11 or 12
- Filament v4
Install the package
Run the interactive installer
migrate, then shows a checklist of your app/Models classes. For each model you pick it will:- add the
HasSeotrait (plus import) to the model, - find the matching Filament resource anywhere under
app/Filament, and — with your confirmation — appendSeoFields::make()to the form andSeoScoreColumn::make()to the table, with imports.
