ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

Supports images in the cloud? #209

Closed bartclaeys closed 1 year ago

bartclaeys commented 1 year ago

Does this package support images in the cloud? Obviously file manipulations won't be able to be executed when the file lives in the cloud, but I wonder whether the package otherwise works with such images.

ctf0 commented 1 year ago

it works with laravel supported filesystems (i only tested it out with "local / s3 / google drive").

but if u have a problem with a specific adaptor, tell me the error u r getting and maybe i could help.