default key value in key-value pair
Hello, I want to add a default value to a key column. Initially, the values are empty, but I want the specification key to be initialized while opening the creation form which is shown in image. Is this possible?"
2 Replies
can you try
->default(['key' => 'value'])
Thanks