I am trying to set a default value for a referenced field (relationship) in Laravel Voyager.
I have added a BelongsTo Relationship to a Voyager BREAD model referencing a field from another model. I have then added a default to the field Optional Details in my model.
{
"default": "1"
}
I was expecting the drop down select in BREAD to start off with the default value, but the select starts with a 'none' option. Basically my default option has been ignored by Voyager.