imagecache
imagecache copied to clipboard
Caching extension for the Intervention Image Class
Call to undefined method Illuminate\Foundation\Application::share() 
In some server configurations, output buffering will cause the image content to be truncated by approximately 5 rows of pixels. I confirmed that this happened with both PHP 7.4 and...
Solution for https://github.com/Intervention/image/issues/1151
Modify the ImageCacheController to use the Storage system to load the images. Depends on the changes in PR https://github.com/Intervention/image/pull/834
When will php 8 support?
Hi, Just installed intervention/image and intervention/imagecache on laravel 5.4 I couldn't get the package working right. Tracked down the way how the image should be displayed all down to the...
In laravel, abort(404) returns a custom 404 page, which can take some time. Maybe https://github.com/Intervention/imagecache/blob/master/src/Intervention/Image/ImageCacheController.php - line 137 should be this instead, so it just returns one line?: abort( response()->json(['message'...
I’m requesting a remote image and trying to cache it. Using Laravel 6. If I don’t cache I can manipulate the image. When using the cache I get this error:...
Hello, I'm trying to implement imagecache, but I'm running into a road block and Google isn't being helpful this time with my searches... This is the error I get: Warning:...
I had a problem on my live Nginx server - cache routes gave me 404. The issue appears when you have static resources caching enabled for media files. F.e. this...