The stream or file “/var/www/html/laravelstudy/storage/logs/laravel.log” could not be opened: failed to open stream: Permission denied in ubuntu
This is because of permission issue for the folder storage/logs Change the folder permission using the below method vasanthan@vasanthan:/var/www/html$ sudo chmod -R 777 laravelstudy/storage