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
Do this:
composer create-project laravel/laravel example-app
if the following fails:
composer global remove laravel/installer composer global require laravel/installer