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
Release: 2016-07-06 13:52:31
Original
1934 people have browsed it

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

Related labels:
php
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template