imagecache
imagecache copied to clipboard
Not working in Laravel 5.2
When I am requesting a specific image, I get this resposne:
What is wrong? It used to work perfectly. It does not work on production nor local.
It happens to ALL images
I was playing around just before and produced this result by trying to echo out some text in an image result. Would suspect the same is happening for you.
It is working in L 5.2.
I am also having the same problem when querying using the imagecache url pattern as below: http://localhost:8000/imagecache/medium/1.jpeg
i have the same problem, images without a text works great.. with text is has this square under the image.. is there any fix?
try ob_end_clean();
before returning response. buffering issue apparently
see my comment here... https://github.com/Intervention/imagecache/issues/80#issuecomment-291720120
temporarily solution posted at #80 @simplenotezy ;)