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\Laravel\Facades\Image" not found #1230

Closed nasirkhan closed 2 months ago

nasirkhan commented 2 months ago

Installed the latest version (v2.9). when I tried to update any file it showed the following error.

Class "Intervention\Image\Laravel\Facades\Image" not found {"file":"C:\\wamp64\\www\\laravel\\laravel-starter-2024\\vendor\\unisharp\\laravel-filemanager\\src\\LfmPath.php","line":332,

And provide the followings :

streamtw commented 2 months ago

Sorry for your trouble. I have updated installation document and added instructions for installing with v3.* of intervention/image.

webservice96 commented 2 months ago

Sorry for your trouble. I have updated installation document and added instructions for installing with v3.* of intervention/image.

Yes now is working.

nasirkhan commented 2 months ago

new doc solves the issue. thanks.