TPThinkPH5安装
Posted 清风徐来工作室
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TPThinkPH5安装相关的知识,希望对你有一定的参考价值。
TP5安装有多种方式,此处有三种
开发环境介绍
php版本.>=5.4.0
PDO MbString CURL PHP Extension
Apache nginx
使用git安装
git 安装
git clone --depth=1 https://github.com/top-think/think.git think_git
cd think_git
git clone --depth=1 https://github.com/top-think/framework.git thinkphp
注 后面的 thinkphp 为项目名称
使用Composer 安装
在composer安装方法里,提前已经切换到国内镜像了,要先输入
composer config -g repositories.packagist composer https://packagist.phpcomposer.com
等有反应了再去安装
composer create-project --prefer-dist topthink/think think_composer
通过Download下载安装
直接在网站下载 完整版(或其他版),配置到本地开发的目录中即可。
以上是关于TPThinkPH5安装的主要内容,如果未能解决你的问题,请参考以下文章