https://stackoverflow.com/questions/30639174/file-permissions-for-laravel-5-and-others
FIX FILES
sudo find /path/to/your/laravel/root/directory -type f -exec chmod 644 {} \;
DIRECTORY
sudo find /path/to/your/laravel/root/directory -type d -exec chmod 755 {} \;