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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-06 13:52:31
Original
1984 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
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template