Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Artiom Kalugin
Posts
Comments
F
Filament
•
Created by Artiom Kalugin on 1/8/2025 in
#❓┊help
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.
2 replies