Image: Class 'App\Http\Controllers\Image' not found

Created on 28 Jun 2015  路  3Comments  路  Source: Intervention/image

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

All 3 comments

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;

Was this page helpful?
0 / 5 - 0 ratings

Related issues

knif3rdev picture knif3rdev  路  6Comments

samwalshnz picture samwalshnz  路  8Comments

REPTILEHAUS picture REPTILEHAUS  路  5Comments

theofidry picture theofidry  路  5Comments

kivivuori picture kivivuori  路  8Comments