"Class \"Intervention\\Image\\Facades\\Image\" not found" on Laravel 11 and laravel-filemanager 2.8
alfikridotname opened this issue ยท 6 comments
alfikridotname commented
streamtw commented
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
Thank You
After I tried downgrading to version intervention/image 2.7, it finally worked
streamtw commented
Update: v2.9.0 has been released to fully support v3.* versions of intervention/image.
nasirkhan commented
Update:
v2.9.0has been released to fully supportv3.*versions ofintervention/image.
Please mark the v2.9.0 as the latest release, it still shows 2.8.1 as the latest.
streamtw commented
@nasirkhan it is done now. Thanks for the notice.


