Blogger Information
Blog 1
fans 1
comment 0
visits 1352
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
composer安装
idiot的博客
Original
1353 people have browsed it

之前直接下载的composer安装一直出错,最近学了用php -r 命令安装,分享下。

首先要确保phpini配置文件的php_openssl.dll 开启。然后我们要使php -r 这个命令能在cmd里全局访问,找到环境中的php.exe路径(我用的是wamp环境,phpstudy的也是一样),直接上图

 1481872-20180906220626333-1991775079.png

 然后把路径复制到环境变量中的path中(鼠标右键点击我的电脑->属性->高级系统设置->环境变量)然后看图

 1481872-20180906221119769-612943654.png

添加完后并保存之后打开cmd 直接输入php -r,如图这样就配好了全局

1481872-20180906221253839-1081291485.png

然后输入网址https://www.phpcomposer.com/打开composer中文网找到点击入门指南后找到手动安装

1481872-20180906221559885-839924157.png

然后打开cmd切换到你想安装的目录(我的是装在f:/composer目录里面),看下图,切换到安装目录后写上命令

php -r "readfile('https://getcomposer.org/installer');" | php

1481872-20180906222134229-1218700062.png

还没完。。。继续在安装目录下输入

echo @php "%~dp0composer.phar" %*>composer.bat

1481872-20180906222553802-1215159699.png

现在已经是安装好了,不过我们用composer下载tp5,yii2框架会很慢,所以还需要使用中国镜像,回到composer中文网首页点击中国镜像,然后找到如图这句话

1481872-20180906222909284-279500817.png

依然到回到cmd,把上面那句话运行一下

1481872-20180906223023610-1143479938.png

到这里composer算是安装完了,不过为了方便使用,依然要全局配置,找到安装目录路径并把配置到环境变量path中

1481872-20180906223221039-1189627035.png

最后重新打开cmd 并输入composer,大功告成

1481872-20180906223359442-1047895435.png

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post