我使用的是Laravel 5.3,我在将文件图像从Laravel Storage渲染到我的html/blade时遇到了问题。我的filesystems.php默认驱动程序如何将文件图像从'Storage‘呈现到view/html/blade//path for image$image;
if (file_exists($path))
尝试通过post表单上传图像:这是我的控制器: public function store(Request $request) $request->validate([
'绝对路径是: C:\xampp\htdocs\blogPholio\public\storage\images\KWDKRrty2ijXjrgrismvyiV4k6UAQNrFogJl9W2f.jpeg 在我的刀片中,我尝试通过/显示图像: