How to pass table column default value.

Fieldset::make('Logo') ->relationship('logo') ->schema([ FileUpload::make('file_location')->image() ]) I am uploading image using FileUpload, So I want to pass static value in column position_slug = 'logo' Please help me to fix this.
6 Replies
botaviator1990
botaviator1990OP2y ago
No I am saying about Form Builder
LeandroFerreira
you said "table column", form builder.. I'm confused and I didn't understand what does it mean 😅 ... sorry
botaviator1990
botaviator1990OP2y ago
Sorry for that I meant to say about database "table column". BTW I have fixed this one thing Thank you
LeandroFerreira
solved?
botaviator1990
botaviator1990OP2y ago
Yes

Did you find this page helpful?