chimit's avatar

Call to undefined method Intervention\Image\ImageServiceProviderLumen::boot()

After upgrading Lumen from 5.2 to 5.3 I faced the error: Call to undefined method Intervention\\Image\\ImageServiceProviderLumen::boot(), which is caused by

$app->register(Intervention\Image\ImageServiceProvider::class);

in bootstrap/app.php.

composer.json:

"intervention/image": "^2.3",
0 likes
3 replies
chimit's avatar

Did nobody get this error so far?

hasnayeen's avatar

use this $app->register(Intervention\Image\ImageServiceProviderLumen::class);

Please or to participate in this conversation.