Advertisement
quang4dev

“laravel.log" could not be opened in append mode: failed to open stream: Permission denied

Feb 7th, 2022 (edited)
789
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. sudo chown -R $USER:www-data storage
  2. chmod -R 775 storage
  3. https://stackoverflow.com/questions/23411520/how-to-fix-error-laravel-log-could-not-be-opened
  4. https://www.codegrepper.com/code-examples/shell/laravel.log%22+could+not+be+opened+in+append+mode%3A+failed+to+open+stream%3A+Permission+denied
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement