Did you follow each one of the upgrade guides?
Laravel 9 PHP 8.1.6 Response blank image
Hi
I upgraded laravel from 7 to 9 and php from 7.4 to 8.1.6. Now I have problem with get photo from server response without using Storage. I use library "intervention/image": "^2.6"
"Short" code from my Controller
return Image::make($imagePath)->response();
$imagePath is valid but when get photo from Controller I see blank image :/
@Orsov you may have some stray characters in one of your files, before the opening php tag that is getting echoed to the output buffer
take a careful look at the content of other pages using browser developer tools, is there a character or characters before the opening html tag?
Please or to participate in this conversation.