Laravel8 未找到存储文件

Laravel8 storage files not found

php artisan storage:link

本地工作正常。 在没有启动 php artisan serve 的情况下部署后,它没有在存储中找到文件。 符号链接在线。

好的,如果我自己创建符号链接,它就可以正常工作。

使用 ln -s ../storage/app/public storage

而不是 php artisan storage:link

如果您可以访问 ssh 或远程终端:

php artisan storage:link
php artisan config:clear