The stream or file "/Applications/XAMPP/xamppfiles/htdocs/proje/proje/storage/logs/laravel-2021-01-09.log" could not be opened in append mode: failed to open stream: Permission denied code example

Example 1: could not be opened in append mode: failed to open stream: Permission denied

chmod -R 775 storage
chmod -R 775 bootstrap/cache

Example 2: could not be opened in append mode: failed to open stream: Permission denied

sudo chown -R $USER:www-data storage
sudo chown -R $USER:www-data bootstrap/cache

Tags:

Misc Example