I have a image model, but after I have started using intervention image to resize images, I have a problem with class conflict because they both have the class name Image.
I have tried to change the alias in app.php, so that intervention facade name is imageIntervention instead of image:
'ImageIntervention' => 'Intervention\Image\Facades\Image'
But how do I use this facade in my imageController?
Thanks - Andreas