Blogger Information
Blog 1
fans 0
comment 0
visits 1186
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
composer安装ThinkPHP 5.1
酷我时光
Original
1189 people have browsed it

会的请自动忽略,谢谢!

简要说明:thinkphp官网已不支持tp5.1的下载,所以我们可以利用composer安装,或者网上找另外一些tp5.1版本的资源,这里重点讲一下composer安装,Windows系统与Linux系统仅第一步有区别。

步骤如下:

1、安装composer

打开composer官网:https://www.phpcomposer.com/,进入 入门指南 ,然后找对应的系统操作说明。

Windows用户:

下载Composer-Setup.exe安装包,双击运行安装,一路默认就OK了。

Linux用户执行以下两行命令进行全局安装:

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

2、检查composer安装是否成功

打开命令行工具,运行 composer -v ,若有版本号及相关信息输出,则证明安装成功。

3、安装中国全量镜像

composer config -g repo.packagist composer https://packagist.phpcomposer.com

4、切换到项目目录(一般是www),创建好目录名,运行以下命令

composer create-project topthink/think 目录名

如:我的www目录下有一个名为 tp5.1 的文件夹,则命令为

composer create-project topthink/think tp5.1


安装完成,进目录可查看该文件夹下的文件,运行localhost/tp5.1/public查看安装是否成功,成功后是不是觉得很简单!

建议:本地创建一个虚拟域名用来快速访问到项目文件,虚拟域名的配置这里暂时不多做介绍,若有需要可留言或者私信我



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