You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered: