标签: php laravel
图片存储在“storage / app / public / gallery”
我已经使用过php artisan storage:link命令。
php artisan storage:link
当我在apache中运行应用程序时,正在显示图像。 但不是在工匠或我的ipage服务器
http://vazz.edottechno.com/storage/gallery/33.jpg
答案 0 :(得分:0)
也许你必须给www-data授予读取存储/路径中文件的权限。 如果没有,请检查您是否使用动态网址(网址助手)。在这种情况下,这可能是因为没有正确设置env_url。