Level 7
Did nobody get this error so far?
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",
Please or to participate in this conversation.