KudoNghia
KudoNghia
FFilament
Created by bahamasoul on 6/15/2023 in #❓┊help
FileUpload with Laravel Sail && Minio
I have issue when i submit form , it not working save attachments on database , plz help me ? Code exam : FileUpload::make('attachments') ->disk('s3') ->directory('form-attachments') ->preserveFilenames() ->openable() ->reorderable() ->appendFiles(),
16 replies