Laravel对localhost的图像干预不起作用

时间:2016-10-15 07:05:34

标签: image laravel intervention

我尝试使用此代码

$image = new ImageManager();
$image = $image->make($path);

和名称空间为use Intervention\Image\ImageManager;

我收到此错误 localhost is currently unable to handle this request.

问题是什么?

1 个答案:

答案 0 :(得分:0)

您需要指定要使用的干预版本。 仍然检查您的名称空间是否需要Intervention \ Image \ ImageServiceProvider。