windows/mac 命令行/终端 cd到目标文件夹 php artisan storage:link linux cd到目标文件夹 ln -s /mnt/www/wwwroot/xxx/storage/app/public/ /mnt/www/wwwroot/xxx/public/storage /mnt/www/wwwroot/xxx为目标绝对路径 linux上创建成功时,ls查看/public文件夹 storage为蓝色字符(创建失败时,可以先rm删除掉storage再创建)