I get this error when trying to create new project with Laravel by this command:
laravel new blog
or even the "composer" command:
composer create-project --prefer-dist laravel/laravel blog
The error is:
Server error: GET http://cabinet.laravel.com/latest.zip resulted in a 522 Origin Connection Time-out response:
html head title
522 Origin Connection Time-out
title head body bgcolor="white" center h1
522 Origin Conne (truncated...)
The solution to this error problem is to reinstall the latest laravel installer by those two commands:
composer global remove laravel/installer
composer global require laravel/installer