Yii2 windows 安装步骤 [ 2.0 版本 ]
安装 Yii2 高级版应用
基础版可以看官方文档
今天安装了YII2高级版应用 写下步骤 留个记号,以备查询!
在 Windows 中,你首先需要下载并运行 Composer-Setup.exe
Composer 安装后,切换到一个可通过 Web 访问的目录,执行如下命令即可安装 Yii :
通过windows的'cmd'命令进入dos命令窗口,执行如下命令
composer global require "fxp/composer-asset-plugin:~1.0.0"
composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-advanced www.dh.com
这一步骤执行时间较长,还可能让你输入git用户名密码
完成到此已经基本安装完成,下面步骤是初始化
先进入你的安装的项目目录 找到init
脚本
执行init
脚本
init
选择开发环境
0
是否确定选择
yes
大功告成
348714556
注册时间:2011-09-23
最后登录:2017-05-23
在线时长:7小时7分
最后登录:2017-05-23
在线时长:7小时7分
- 粉丝2
- 金钱268
- 威望5
- 积分388
共 4 条评论
好 楼主用的什么VPN composer貌似很快的样子
一般第一次是很慢的,后面几次就会快一点了
@348714556 嗯 第一次安装的时候 它是直接下载 如果第一次成功了 composer会有本地cache, 之后如果在弄的话 会从cache里直接获取
安装完成了,访问127.0.0.1:8177/www.dh.com/
直接报403 求大神指导
文件权限不对
我运行完composer global require "fxp/composer-asset-plugin:~1.0.0"这个命令后出现这个
C:\Users\lenovo>composer global require "fxp/composer-asset-plugin:~1.0.0" Changed current directory to C:/Users/lenovo/AppData/Roaming/Composer You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug [Composer\Exception\NoSslException] The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl extension, you can disable this error, at you r own risk, by setting the 'disable-tls' option to true. require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-update] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--sort- packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--] [<packag es>]... C:\Users\lenovo>
把php的ssl开启
@zhsngq 开启了也是出现这个问题怎么办
@JIUYOU 不行重启下终端,再不行重启下电脑,还不行,重装下电脑
遇到同样的问题,请问最后怎么解决了的
是成功了还是失败了大神