thinkphp5.0几种安装方式介绍
Posted 学无边涯
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了thinkphp5.0几种安装方式介绍相关的知识,希望对你有一定的参考价值。
一、官网下载安装
获取Thinkphp的方式很多,官方网站(http://thinkphp.cn)提供了稳定版本或者带扩展完整版本的下载
二、ThinkPHP5支持使用Composer安装,如果还没有安装 Composer,你可以按 Composer安装 中的方法安装。在 Linux 和 Mac OS X 中可以运行如下命令:
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
在 Windows 中,你需要下载并运行 Composer-Setup.exe。
三、Git安装
首先克隆下载应用项目仓库
git clone https://github.com/top-think/think tp5
然后切换到tp5目录下面,再克隆核心框架仓库:
git clone https://github.com/top-think/framework thinkphp
四,github下载安装
也是源码安装方式
文章来自 www.96net.com.cn
以上是关于thinkphp5.0几种安装方式介绍的主要内容,如果未能解决你的问题,请参考以下文章