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.
Hello! I use Laravel 5.4 and I want the author to add a very important detail.
In the /vendor/intervention/imagecache/src/Intervention/Image/ImageCache.php file, please add the ability to insert a prefix from the configuration file /config/cache. That would be like this:
For the place 'imagecache:' was taken from the configuration file. This is very important, because I integrated the caching of images with Redis and on the key I delete these caches. So far I have independently made a change to this file, which is a very bad practice!
I really want you to fix one line and notify me!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello! I use Laravel 5.4 and I want the author to add a very important detail.
In the /vendor/intervention/imagecache/src/Intervention/Image/ImageCache.php file, please add the ability to insert a prefix from the configuration file /config/cache. That would be like this:
For the place 'imagecache:' was taken from the configuration file. This is very important, because I integrated the caching of images with Redis and on the key I delete these caches. So far I have independently made a change to this file, which is a very bad practice!
I really want you to fix one line and notify me!
The text was updated successfully, but these errors were encountered: