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

后端 未结 11 2095

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:11

    If none of the above works, try this:

    composer create-project --prefer-dist laravel/laravel name of your project
    

提交回复
热议问题