Fetch the repository succeeded.
它可以快速让你搭建起一个通用的后台
V2版本比V1版本改进了不少,V1版本不会再去维护了
ThinkPHP5.1的运行环境要求PHP7.2以上。
MySql >= 5.5.0
运行目录是public
| >= php7.2
mysql
thinkphp5.1
由使用的模板决定
使用git安装
1、git clone https://gitee.com/first_pig/thinkadx-v2.git
拉取thinkphp核心框架,当然你也可以按照你或者tp文档的方式进行安装
2、git clone -b v5.1.* https://gitee.com/liu21st/framework.git thinkphp
初始化 apache、nginx配置手册
1、创建.env并将.example.env内容copy到.env中,根据注释配置.
2、执行命令(项目根目录)
1、 composer install 安装依赖
2、 php think migrate:run 运行数据库迁移
3、 php think thinkadx --init mysql-data 创建数据和相关资源文件
搭建模板(目前只有这一个模板,后期可能会增加更多样的模板)
Sign in for post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Comments ( 5 )