The whole project stops working after installing Intervention Image
The entire project stops working after installing Intervention Image.
I have a Windows system and XAMPP installed (just for information). I install a new Laravel project, and immediately start installing Intervenbtion Image. installs fine but as soon as I add in config/app.php -> providers: Intervention\Image\ImageServiceProvider::class
Everything will stop working. Error returned: Class "Intervention\Image\ImageServiceProvider" not found
I tried installing using package.json but the same thing.
Has anyone encountered such a problem?
The Intervention Image v2 is EOL- end of life and has that
ImageServiceProvider
.But in upgrade guide from v2 to v3, in other changes say:
Just follow installation by composer as they describe and follow the example for usage.