Home  >  Article  >  Backend Development  >  Laravel5.3.4 failed to open stream

Laravel5.3.4 failed to open stream

WBOY
WBOYOriginal
2016-09-02 08:57:031166browse

<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>

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>

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

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