Laravel 5.0干预图像

时间:2017-07-31 09:52:58

标签: laravel-5 intervention

  

未找到班级Intervention\Image\ImageServiceProvider::class

我已经使用composer和更新提供程序安装了这个软件包,并且也使用了。这个错误仍然显示出来。

1 个答案:

答案 0 :(得分:0)

在项目中添加

config => app =>提供商

Intervention\Image\ImageServiceProvider::class,

config => app =>别名

'Image' => Intervention\Image\Facades\Image::class,

控制器

use Intervention\Image\Facades\Image;