© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•14mo ago•
1 reply
Artiom Kalugin

Filament forms and Model::shouldBeStrict();

With following setting in AppServiceProvider:

    private function configureModels(): void
    {
        Model::shouldBeStrict();
    }
    private function configureModels(): void
    {
        Model::shouldBeStrict();
    }


Filament asks for "id", "created_at", "updated_at", "deleted_at" fields to be fillable and also additional fields that are present in form that act as a front-end helpers only.
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

Filament forms createOptionForm
FilamentFFilament / ❓┊help
3y ago
Filament Forms Accordion?
FilamentFFilament / ❓┊help
3y ago
Problem displaying laravel model $hidden fields in Filament forms
FilamentFFilament / ❓┊help
3y ago