Home >Backend Development >PHP Tutorial >How to create a soft connection in laravel file system

How to create a soft connection in laravel file system

WBOY
WBOYOriginal
2016-07-06 13:52:311948browse

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

Reply content:

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn