I have no idea - sorry.
And yep...you really don't need to provide any code samples showing what you tried to do so far.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm trying to display pictures on a page using this tutorial: https://laracasts.com/lessons/laravel-image-manipulation
The page displays a blank screen and I can't figure out how to get it working.
I tried the examples on http://image.intervention.io/use/http but the result is a bunch of weird symbols like question marks and @ signs.
Any ideas?
I think you should return:
return $img->response('png');
Please or to participate in this conversation.