I am trying to run an existing Laravel project on my localhost but when I try to run the dam thing I get this error:
The stream or file "/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied
I have tried the following:
chmod -R 775 storage
and chmod -R 777 storage
Still nothing, I have even tried to do chgrp -R www-data my-project
and I get this error in terminal
chgrp: www-data: illegal group name
What am I doing wrong?