1cd [..LARAVEL PROJECT ROOT]
2sudo find . -type f -exec chmod 644 {} \;
3sudo find . -type d -exec chmod 755 {} \;
4sudo chmod -R 777 ./storage
5sudo chmod -R 777 ./bootstrap/cache/
1sudo chgrp -R www-data storage bootstrap/cache
2sudo chmod -R ug+rwx storage bootstrap/cache