UniSharp / laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.04k stars 719 forks source link

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

Closed alfikridotname closed 3 months ago

alfikridotname commented 3 months ago

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

image image

thanks

streamtw commented 3 months ago

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.

alfikridotname commented 3 months ago

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

MeeDNite commented 3 months ago

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

1226

streamtw commented 3 months ago

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

nasirkhan commented 2 months ago

@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

streamtw commented 2 months ago

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