FilamentF
Filament15mo ago
kalesha

fileupload signed url issue

FileUpload::make('image_url')
->disk('r2')
->directory('products')
->visibility('public')
->image()
->required(),

when i try to access the image, i will have to get signed url but how can this be done using file upload ?
Was this page helpful?