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
try to update laravel/installer globally via:
composer global update laravel/installer
if it didn't work then you can try to remove and install it again:
composer global remove laravel/installer composer global require laravel/installer