ctessier / nova-advanced-image-field

🌄 📐 A Laravel Nova advanced image field with cropping and resizing using Vue Advanced Cropper and Intervention Image
https://novapackages.com/packages/ctessier/nova-advanced-image-field
MIT License
100 stars 26 forks source link

s3 disk() function compatibility #90

Closed HeadStudios closed 1 year ago

HeadStudios commented 1 year ago

Can you confirm this is compatible with S3 file systems using the ->disk('s3') function as so:

Image::make('Logo URL', 'logo_url')->disk('s3'),

Thank you!

HeadStudios commented 1 year ago

Closing this as documentation confirms this extends the Image class and makes all Image methods accessible, apologise about that.