imagecache icon indicating copy to clipboard operation
imagecache copied to clipboard

Priority file source location for configured templates are introduced

Open shoaibnawaz opened this issue 9 years ago • 0 comments

In my Laravel 4 project, I have faced the issues that imagecache checks the image name in a number of folders with configured sequence. If same name is found in the first directory so that is served.

I tried to introduce configurable priority directories associated to template to looks for files in those directories first.

As this controller is mainly for Laravel 5. I could not test it in Laravel 5 but config file is common for all, I think.

shoaibnawaz avatar Sep 01 '16 18:09 shoaibnawaz