📜  安装 composer ubuntu 16 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:25.745000             🧑  作者: Mango

代码示例1
sudo apt-get install curl php-cli php-mbstring git unzip

curl -sS https://getcomposer.org/installer -o composer-setup.php

sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer