getting error while updating Composer

后端 未结 9 2026
有刺的猬
有刺的猬 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条回答
  • 2020-12-12 21:13

    If you're using php 7.3 for laravel 5.7. this work for me

    sudo apt-get install php-gd php-xml php7.3-mbstring
    
    0 讨论(0)
  • 2020-12-12 21:23

    for php7 you can do that:

    sudo apt-get install php-gd php-xml php7.0-mbstring
    
    0 讨论(0)
  • 2020-12-12 21:25

    This works for me with php 7.2

    sudo apt-get install php7.2-xml

    0 讨论(0)
提交回复
热议问题