在使用laravel filesystem时 , 需要建立 public/storage 到 storage/app/public的软连接,想问下php如何建立软链接,
https://laravel.com/docs/5.2/filesystem#the-public-disk
在使用laravel filesystem时 , 需要建立 public/storage 到 storage/app/public的软连接,想问下php如何建立软链接,
https://laravel.com/docs/5.2/filesystem#the-public-disk
2 回答1.5k 阅读✓ 已解决
1 回答1.2k 阅读✓ 已解决
2 回答883 阅读✓ 已解决
1 回答1.1k 阅读✓ 已解决
2 回答940 阅读
1 回答920 阅读
1 回答852 阅读
软链接不是linux吗
ln -s public/storage storage/app/public