图像源不可读,Laravel干预图像

时间:2016-11-14 17:05:01

标签: laravel intervention

我在上传图片和保存数据库路径时遇到问题。
这是我的表单:enter image description here

我的ProductsController:enter image description here

错误:enter image description here

我试图修复这个小时但没有结果。任何帮助赞赏。谢谢!

2 个答案:

答案 0 :(得分:0)

尝试改变 Image::make($image)Image::make($image->getRealPath());

答案 1 :(得分:0)

要启用exif-support,请使用 - enable-exif

配置PHP

Windows用户必须在php.ini中启用php_mbstring.dllphp_exif.dll DLL。必须在php_exif.dll DLL之前加载php_mbstring.dll DLL,因此请相应地调整php.ini。

源php文档:http://php.net/manual/en/exif.installation.php