Home > Backend Development > PHP Tutorial > Laravel Lumen - Storage folder not accessible on Plesk

Laravel Lumen - Storage folder not accessible on Plesk

WBOY
Release: 2024-09-07 06:38:02
Original
658 people have browsed it
Laravel Lumen - Storage folder not accessible on Plesk Laravel Lumen - Storage folder not accessible on Plesk
Laravel Lumen - Storage folder not accessible on Plesk
-1
Laravel Lumen - Storage folder not accessible on Plesk

I'm trying to make the storage/public folder accessible with a symlink, but Plesk seems to throw an error whenever I try to access a file.

I have the following structure:
/public contains a symlink to /storage/app/public.
/storage/app/public contains two subfolders, each containing multiple images.

Whenever I try to access…

Open Full Question

The above is the detailed content of Laravel Lumen - Storage folder not accessible on Plesk. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
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