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
按着教程重新一步一步的跑了一遍,检查了一下,不知道该怎么解决这个问题,大家有遇到过得吗

于江
《L05 电商实战》
从零开发一个电商项目,功能包括电商后台、商品 & SKU 管理、购物车、订单管理、支付宝支付、微信支付、订单退款流程、优惠券等
《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
讨论数量: 7

贴下config/admin.php

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

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

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

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

2年前 评论

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

2年前 评论
guanghai1203 1年前

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