UniSharp/laravel-filemanager

"Class \"Intervention\\Image\\Facades\\Image\" not found" on Laravel 11 and laravel-filemanager 2.8

alfikridotname opened this issue ยท 6 comments

On upload Any Images show this error
Class "Intervention\Image\Facades\Image" not found

image
image

thanks

This is related to #1211 , while installing intervention/image:v3 is possible, it contains breaking changes that make it not backward compatible. Please use v2.x of intervention/image for now.

Thank You
After I tried downgrading to version intervention/image 2.7, it finally worked

I have created a PR for this. hope @streamtw reviews it.
#1226

Update: v2.9.0 has been released to fully support v3.* versions of intervention/image.

@streamtw

Update: v2.9.0 has been released to fully support v3.* versions of intervention/image.

Please mark the v2.9.0 as the latest release, it still shows 2.8.1 as the latest.

image

@nasirkhan it is done now. Thanks for the notice.