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
按着教程重新一步一步的跑了一遍,检查了一下,不知道该怎么解决这个问题,大家有遇到过得吗
贴下config/admin.php
根据提示我找到文件里的177行 public function exists($path) {
不在纠结了,决定放弃这一步,能力有限,实在解决不了了
laravel版本降到9以下即可解决,注意本课程最多只支持到8.X