我正在开发一个应用程序,并希望将图像上传到我的应用程序。现在,当我想为我的文件创建符号链接时,我收到以下错误:
ErrorException : symlink(): No such file or directory
Exception trace:
symlink("/home/user/private/application/storage/app/public", "/home/user/private/application/public/storage")
我知道这是什么原因,但我不知道如何解决和/或有解决方法。
我的公用文件夹在我的 html_root 目录中,应用程序的其余部分在我的 html_root 之外的目录中。在这种情况下/home/user/private/application
。
当我使用php artisan storage:link
它时,尝试在我的“私人”目录中找到公用文件夹,但由于我的公用文件夹位于 html_root 中而找不到它。