imagecache
imagecache copied to clipboard
Access image inside s3
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:
#https://github.com/Intervention/imagecache/pull/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?