1 Star 7 Fork 2

SSuper GG Bond / thinkadx-v2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
thinkphp @ 05eecd1
Loading...
README
MIT

Thinkadx-v2

为了加速迭代v1.0.2-RC版本后将不向后兼容

它可以快速让你搭建起一个通用的后台

V2版本比V1版本改进了不少,V1版本不会再去维护了

注意

  1. ThinkPHP5.1的运行环境要求PHP7.2以上。

  2. MySql >= 5.5.0

  3. 运行目录是public

技术栈(后端)

  1. | >= php7.2

  2. mysql

  3. 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 创建数据和相关资源文件

搭建模板(目前只有这一个模板,后期可能会增加更多样的模板)

长期内目标

  • 解耦 AdxToken和LoadData并支持数据库
  • 增加 定时器
  • 完善 容器化(docker)
  • 完善 Oauth2扩展授权(至少完成 一种模式)
  • 完善 Captcha扩展(至少完成 一种验证码种类)
  • 完善 RuleAuth扩展
MIT License Copyright (c) 2019 奔跑猪 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

它可以快速让你搭建起一个通用的后台 展开 收起
PHP 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/first_pig/thinkadx-v2.git
git@gitee.com:first_pig/thinkadx-v2.git
first_pig
thinkadx-v2
thinkadx-v2
master

搜索帮助