Home > Backend Development > PHP Tutorial > Laravel5.3.4 failed to open stream

Laravel5.3.4 failed to open stream

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-09-02 08:57:03
Original
1266 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:
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
Composer cannot install laravel
From 1970-01-01 08:00:00
0
0
0
Laravel Space/laravel-backup cannot be installed
From 1970-01-01 08:00:00
0
0
0
Laravel 5.1 Login laravel comes with it No more
From 1970-01-01 08:00:00
0
0
0
Why thinkphp has better performance than laravel?
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