Intervention / imagecache

Caching extension for the Intervention Image Class

Home Page:https://image.intervention.io/v2/usage/cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access image inside s3

ecomunicarte opened this issue · comments

Using the package in Laravel, I need to access to images saved inside s3 cloud storage.

After view this, I have supposed that its possible:

##89

Which new path I have to define inside imagecache.php config file? There, I have an array with my paths. I usually do and works fine:

url('imagec/medium'.$image_path)

I want be able to do the same with s3 images. What should I do?

@ecomunicarte any solution for that ? I've the same problem.

@ecomunicarte have you found any solution?