getting error while updating Composer

后端 未结 9 2085
有刺的猬
有刺的猬 2020-12-12 20:24

I have a project in Laravel-5.1 and I have changed my platform from win10 to Ubuntu.

Showing error:

Loading composer repositories with package inf

9条回答
  •  萌比男神i
    2020-12-12 21:01

    A lot of good answers already for Ubuntu. I'm on Linux and had the same problem but none of the commands above worked for me.

    With Linux and php70 I used the following command which worked great:

    sudo yum install php70-mbstring -y

提交回复
热议问题