TypeError In Filesystem.php line 44 : League\Flysystem\Filesystem::has(): Argument #1 ($location) must be of type string, null given

在商品添加提交的时候报这个错误
TypeError In Filesystem.php line 44 : League\Flysystem\Filesystem::has(): Argument #1 ($location) must be of type string, null given, called in G:\laragon\www\shop\vendor\laravel\framework\src\Illuminate\Filesystem\FilesystemAdapter.php on line 177
按着教程重新一步一步的跑了一遍,检查了一下,不知道该怎么解决这个问题,大家有遇到过得吗

于江
《L01 基础入门》
我们将带你从零开发一个项目并部署到线上,本课程教授 Web 开发中专业、实用的技能,如 Git 工作流、Laravel Mix 前端工作流等。
《L04 微信小程序从零到发布》
从小程序个人账户申请开始,带你一步步进行开发一个微信小程序,直到提交微信控制台上线发布。
讨论数量: 7

贴下config/admin.php

1年前 评论
heaker (楼主) 1年前
heaker (楼主) 1年前

根据提示我找到文件里的177行 public function exists($path) {

    return $this->driver->has($path);
}就是这个方法,打印是ture
1年前 评论

不在纠结了,决定放弃这一步,能力有限,实在解决不了了

1年前 评论

laravel版本降到9以下即可解决,注意本课程最多只支持到8.X

1年前 评论
guanghai1203 1年前

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!