Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在本地主机上运行我的应用程序时,我有一个使用 Laravel 和 Voyager 管理面板创建的应用程序我可以解决这个问题吗?
然后更改您的文件系统,如下所示:
your-app-root-dir/config/filesystems.php
将第一个文件生态系统替换为local然后public 在下面将您的公共磁盘 URL 位置更改为storage/app/public或任何您想要的。
local
public
storage/app/public