Why do I get a laravel error while creating a new project?

后端 未结 11 2208

When I type laravel new blog I get the following error.

In RequestException.php line 113:

Server error: GET http://cabinet.laravel.com/latest.zi

11条回答
  •  自闭症患者
    2021-02-01 02:27

    Check your PHP version:

    php --version
    

    It has to be >=7.3. If it isn't you have to upgrade your PHP version.

    You can download the latest stable version here

提交回复
热议问题