Home > Article > Backend Development > Laravel5.3.4 failed to open stream
<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?
<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