Hey,
I've installed the package and added the alias and provider in app.php config but I always get this error.
Can someone help me please?
Thanks
You have to write
use Image;
at the top of the file
use Image; not working
This is the location to use:
use Intervention\Image\Facades\Image;