Laravel5.3.4 failed to open stream

WBOY
Release: 2016-09-02 08:57:03
Original
1167 people have browsed it

<code>ErrorException in Filesystem.php line 111:
file_put_contents(/var/www/html/laravel/bootstrap/cache/services.php): failed to open stream: Permission denied</code>
Copy after login
Copy after login

Laravel has been updated. Download it and see what changes have occurred. The result is this error. What does it have to do with caching?

Reply content:

<code>ErrorException in Filesystem.php line 111:
file_put_contents(/var/www/html/laravel/bootstrap/cache/services.php): failed to open stream: Permission denied</code>
Copy after login
Copy after login

Laravel has been updated. Download it and see what changes have occurred. The result is this error. What does it have to do with caching?

There is a problem with the permissions of the directory. Try changing it. You must have write permissions

Related labels:
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