© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3mo ago•
2 replies
bouly

Rules for Laravel Boost (MCP)

Hello,
I use Windsurf IDE with Claude Sonnet to generate my Filament code.
The problem is that it generally follows version v3 and not v4 (file structure, use of Form instead of Schema, etc.).
Do you know where I could find an effective rules file to help the AI undxerstand the Filament v4 documentation?

I found that, but it is not sufficient
- Validation rule `unique()` has `ignoreRecord: true` by default, no need to specify it.
- Don't use full namespaces when referencing Filament classes like `Filament\Forms\Components\DatePicker`. Always put the namespaces in `use` section on top and use only classname instead of full path.
- If you create custom Blade files with Tailwind classes, you need to create a custom theme and specify the folder of those Blade files in theme.css.
- Table Filters have `->schema()` instead of `->form()`
- `Action::make()` has `->schema()` instead of `->form()`
- Table has `->toolbarActions()` instead of `->bulkActions()`
- `$navigationGroup` in ressources must be of type UnitEnum|string|null.
- Validation rule `unique()` has `ignoreRecord: true` by default, no need to specify it.
- Don't use full namespaces when referencing Filament classes like `Filament\Forms\Components\DatePicker`. Always put the namespaces in `use` section on top and use only classname instead of full path.
- If you create custom Blade files with Tailwind classes, you need to create a custom theme and specify the folder of those Blade files in theme.css.
- Table Filters have `->schema()` instead of `->form()`
- `Action::make()` has `->schema()` instead of `->form()`
- Table has `->toolbarActions()` instead of `->bulkActions()`
- `$navigationGroup` in ressources must be of type UnitEnum|string|null.


Thank you!
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Laravel/boost
FilamentFFilament / ❓┊help
3mo ago
carbon laravel for date
FilamentFFilament / ❓┊help
3y ago
Looking for a Laravel Expert
FilamentFFilament / ❓┊help
2y ago
GMail Mailer for laravel/filament
FilamentFFilament / ❓┊help
3y ago