© 2026 Hedgehog Software, LLC
CreateAction::make() ->model(Post::class) ->form([ TextInput::make('title') ->required() ->maxLength(255), // ... ])