sudo find /path/to/laravel -type f -exec chmod 644 {} ; sudo find /path/to/laravel -type d -exec chmod 755 {} ;