Laravel で久しぶりに laravel new blog のコマンドを打ってプロジェクトを作ろうとしたらタイトルのエラーが発生した。
laravel% laravel new blog
Crafting application...
In RequestException.php line 113:
Server error: `GET http://cabinet.laravel.com/latest.zip` resulted in a `52
2 Origin Connection Time-out` response:
<html>
<head><title>522 Origin Connection Time-out</title></head>
<body bgcolor="white">
<center><h1>522 Origin Conne (truncated...)
new [--dev] [--auth] [-f|--force] [--] [<name>]
#困ったらstackoverflow
Laravel News に載っている通りインストーラーアップデートしなさいって書いてありました。
https://stackoverflow.com/questions/64686037/why-do-i-get-a-laravel-error-while-creating-a-new-project
解決方法
composer global require "laravel/installer:^4.0"
上ので私は解決しました。それでダメならアンインストールとインストールとか試しなさいだそうです。
【詳細は下記参照】
https://laravel-news.com/updating-the-laravel-installer