Firebird
Firebird
FFilament
Created by Firebird on 11/29/2023 in #❓┊help
Add Id of model in photo name during upload in form builder
how to add id of model in photo name during upload in form builder ?
3 replies
FFilament
Created by Firebird on 11/12/2023 in #❓┊help
How to display images in edit section of the row?
I have a path of the photos (which are on the AWS) in my database and i wanted to do something like this to display photos in form builder
Forms\Components\FileUpload::make('photo_path')
->multiple()
->columnSpan('full')
->url('photo_path'),
Forms\Components\FileUpload::make('photo_path')
->multiple()
->columnSpan('full')
->url('photo_path'),
18 replies