composer 安装yii2框架

更多内容: http://blog.yuhai.win

    参考地址:
-     http://www.yiichina.com/doc/guide/2.0/start-installation
  1. 更新composer 到最新版本
  composer self-update
  1. 安装composer asset plugin ,它是通过composer 管理bower 和npm 包所必须的,此命令全局生效,一劳永逸。
 composer global require "fxp/composer-asset-plugin:~1.1.1"
  1. 将yii安装在名为basic的目录中
 composer create-project --prefer-dist yiisoft/yii2-app-basic basic

在这个过程中会提示你输入gitlub 的token。

token生成方式: settings –> Personal access tokens

4.安装完成后。访问:http://localhost/yii/basic/web/index.php 显示 my company 页面


遇到的错误

1.

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - yiisoft/yii2 2.0.x-dev requires bower-asset/punycode 1.3.* -> no matching package found.
    - yiisoft/yii2 dev-master requires bower-asset/punycode 1.3.* -> no matching package found.
    - yiisoft/yii2 2.0.9 requires bower-asset/punycode 1.3.* -> no matching package found.
    - yiisoft/yii2 2.0.8 requires bower-asset/punycode 1.3.* -> no matching package found.
    - yiisoft/yii2 2.0.7 requires bower-asset/punycode 1.3.* -> no matching package found.
    - yiisoft/yii2 2.0.6 requires bower-asset/punycode 1.3.* -> no matching package found.
    - yiisoft/yii2 2.0.5 requires bower-asset/punycode 1.3.* -> no matching package found.
    - Installation request for yiisoft/yii2 >=2.0.5 -> satisfiable by yiisoft/yii2[2.0.5, 2.0.6, 2.0.7, 2.0.8, 2.0.9, dev-master, 2.0.x-dev].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

解决方案:
百度之后发现文章 说可能是composer-asset-plugin:~1.1.1的版本太低

所以需要执行以下命令
    composer global require "fxp/composer-asset-plugin:1.2.0
 在重新安装yii,成功。
Writing lock file
Generating autoload files
> yii\composer\Installer::postCreateProject
chmod('runtime', 0777)...done.
chmod('web/assets', 0777)...done.
chmod('yii', 0755)...done
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值