I just installed Intervention Image Class following instructions from here: http://image.intervention.io/getting_started/installation
I also added these 2 lines into
just write that on the controller
use Image;
config/app.php providers
Intervention\Image\ImageServiceProvider::class,
Alias
'Image' => Intervention\Image\Facades\Image::class,