2017-04-18 91 views
0

安裝Thinkphp我運行此命令後:問題與作曲家

composer create-project topthink/think o2o 

遠程服務器引發此警告和錯誤:

The directory has contained a file composer.json

這是爲什麼? enter image description here

回答

1

查看消息:

Could not decompress the archive enable the PHP zip extension

您必須啓用PHP-zip擴展。要做到這一點,使用:

PHP5:

php5enmod zip 

PHP7:

phpenmod zip 
0

我用命令解決這個問題:apt-get的安裝php7.0拉鍊