F
Filamentβ€’13mo ago
yassions101

HOW TO STORE GENDER VALUE IN DATABASE ??

in migration i use the default gender male and when i try to create a new user always take male such as i select female
Forms\Components\Radio::make('Gender')
->options([
'male' => 'male',
'female' => 'female'
])
->required(),
Forms\Components\Radio::make('Gender')
->options([
'male' => 'male',
'female' => 'female'
])
->required(),
4 Replies
Joey 😎
Joey πŸ˜Žβ€’13mo ago
Why not use Select
yassions101
yassions101OPβ€’13mo ago
i have only two option there is no meaning to use select
Joey 😎
Joey πŸ˜Žβ€’13mo ago
Ok
Dennis Koch
Dennis Kochβ€’13mo ago
Is the field added to the fillable fields of your model?
Want results from more Discord servers?
Add your server