我在将Intervention \ Image \ Facades \ Image文件添加到供应商目录后出现此错误如何在不使用composer的情况下修复它
答案 0 :(得分:0)
确保您正确执行此操作将其添加到config / app.php文件的providers部分:
Intervention\Image\ImageServiceProvider::class,
并添加:
'Image' => Intervention\Image\Facades\Image::class,
到同一文件的别名部分。确保复制我写的确切方式。
答案 1 :(得分:0)
我认为您没有安装映像包。首先使用此命令安装packege。
“作曲家需要干预/图片”