Yii 2官网推荐用Composer安装框架:
命令:php composer.phar global require "fxp/composer-asset-plugin:1.0.0"
在本地出错:Could not open input file: composer.phar。
在 "官网->文档->Yii 2.0 权威指南->安装 Yii" 中,用的是以下:
命令:composer global require "fxp/composer-asset-plugin:1.0.0"
官网Yii 2.0 权威指南链接:
http://www.yiichina.com/doc/guide/2.0/start-installation
时间: 2024-10-17 13:22:07