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

Costas

Administrator
Staff member
JavaScript:
# src - https://github.com/guillaumebriday/laravel-blog/issues/63

php artisan cache:clear
chmod -R 777 storage/

without docker - https://stackoverflow.com/a/49994594
 
Top