imagecache
imagecache copied to clipboard
Caching extension for the Intervention Image Class
Been using this package in the past, (2015 -2017). I have just noticed that it does not work with laravel framework version 7. Will future realeases support high laravel versions
Hello all, since I use ImageCache, I encounters some connections problems from my mutualised server : it says "Too many connections from this host" (see exact log below). There is...
Hi, I'm trying to load this link `https://example.com/images/original/path/to/filename.jpg`, however it exhausted my 128M memory limit. I traced it down to this line: https://github.com/Intervention/imagecache/blob/5c98e720fcdb6e7e54fc31832f49613a4c9920ce/src/Intervention/Image/ImageCacheController.php#L73 Any plans to switch this over to...
Good morning, how can I declare a remote route? "S3" in imagecache.php  Regards.
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...
hi, Just wondering how to configure the config/imagecache to use Amazon S3 storage? Currently seems like can only use local application storage. best regards
How to pass payload (e.g. User $user) to template? Is it possible?
I I try to access an image with it's extension I get 'The requested resource /storage/uploads/original/4/female.png was not found on this server.'  When I...
When I updated an existing image ( for example : `bacon-broccoli-egg-bites2.png` ) with a new image file with same name (`bacon-broccoli-egg-bites2.png`), the cached image manipulation `http://localhost/testsite/public/image/300/300/c/images/food/2/bacon-broccoli-egg-bites2.png` ) wont update most...
Slow cache?
I just installed the library. Hitting the route: {route}/{template}/{filename} Is extremely slow. It takes 500ms or so, compared to direct image source which is 20ms or so. I wonder if...