I'm setting up laradock (Setup for Multiple Projects) following the official documentation from the Laradock in my local machine.
After installation I installed the laravel through workspace container bash. I did configured the config file for the app in nginx/sites/
directory and in /etc/hosts
file.
While visiting the development url I'm getting the following error message:
The stream or file "/var/www/laravel-api/storage/logs/laravel.log" could not be opened in append mode: failed to open stream: Permission denied
ls -l /var/www/laravel-api/storage/
command in your terminal. – ChewySalmondrwxr-xr-x 2 root root 4096 Aug 1 07:37 logs
– Pawan Rai