Server error: GET

Опубликовано: 28 Октябрь 2024
на канале: Let's Fix That Error
8,469
142

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