file_put_contents() failed to open stream: Permission denied on CentOS
I'm deploying a Laravel app on CentOS. I've following the following steps: Cloned my repo Installed composer Setup config Now I'm getting the following error message when I open my website: file_put_contents(/var/www/portal/storage/framework/sessions/IDElrNpsn0hu9hjiXAzZRUTHyzm2fqvPHSLy0ZVN): failed to open stream: Permission denied On ubuntu…