答案 0 :(得分:1)
在config / app.php
在$ providers数组中,添加此程序包的服务提供商。
Intervention\Image\ImageServiceProvider::class
将此包的外观添加到$ aliases数组中。
'Image' => Intervention\Image\Facades\Image::class
根据此链接http://image.intervention.io/getting_started/installation
或在安装后在控制器顶部添加:-
use Intervention\Image\ImageManagerStatic as Image;