When using laravel filesystem, you need to establish a soft link from public/storage to storage/app/public. I would like to ask how to establish a soft link in PHP,
https://laravel.com/docs/5.2/filesystem# the-public-disk
When using laravel filesystem, you need to establish a soft link from public/storage to storage/app/public. I would like to ask how to establish a soft link in PHP,
https://laravel.com/docs/5.2/filesystem# the-public-disk
Isn’t soft link linux? ln -s public/storage storage/app/public