cd [..LARAVEL PROJECT ROOT] sudo find . -type f -exec chmod 644 {} ; sudo find . -type d -exec chmod 755 {} ; sudo chmod -R 777 ./storage sudo chmod -R 777 ./bootstrap/cache/
Most folders should be normal "755" and files, "644"