When I type laravel new blog I get the following error.
laravel new blog
In RequestException.php line 113:
Server error: GET http://cabinet.laravel.com/latest.zi
GET http://cabinet.laravel.com/latest.zi
The simplest way to update to the next major version of the installer is via composer require to globally require it:
composer global require "laravel/installer:^4.0"
Worked for me.