Answers for "the stream or file "/var/www/html/storage/logs/laravel.log" could not be opened in append mode: failed to open stream: permission denied the exception occurred while attempting to log: the stream or file"

6

storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied

$ chmod -R 775 storage bootstrap/cache
Posted by: Guest on September-07-2020
3

The stream or file "/var/www/html/storage/logs/laravel.log" could not be opened in append mode: failed to open stream: Permission denied

sudo chmod o+w ./storage/ -R
Posted by: Guest on February-04-2022

Code answers related to "the stream or file "/var/www/html/storage/logs/laravel.log" could not be opened in append mode: failed to open stream: permission denied the exception occurred while attempting to log: the stream or file"

Browse Popular Code Answers by Language