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 #1220

Closed alnefely closed 3 months ago

alnefely commented 4 months ago

On uplade Any Images show this error Class \"Intervention\Image\Facades\Image\" not found Screenshot 2024-02-28 191924 Screenshot 2024-02-28 192015

dreigningking commented 4 months ago

I am experiencing this issue too.. just today

streamtw commented 4 months ago

Looks like there is some API changes in v3.x versions of intervention/image. I will take some time updating the integration with intervention/image.

MeeDNite commented 3 months ago

Hi, If we use intervention/image-laravel instead of intervention/image, we can upgrade this easily with some simple changes. @streamtw

streamtw commented 3 months ago

Thanks @MeeDNite for your PR. It has been merged.

streamtw commented 3 months ago

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