jinlulu / tpl_tp5
基于tp5,layui的后台管理框架
0.1
2019-01-21 11:39 UTC
Requires
- php: >=5.4.0
- topthink/framework: 5.0.*
- topthink/think-captcha: 1.*
- topthink/think-helper: 1.*
- topthink/think-image: ^1.0
- topthink/think-migration: ~1.1
- topthink/think-mongo: 1.*
- topthink/think-queue: 1.*
This package is not auto-updated.
Last update: 2025-03-09 14:46:11 UTC
README
项目介绍
基于tp5,layui开发,使用的后台框架是x-admin,项目整体还比较简单,后期会慢慢完善 此项目完全开源,也希望各位能参与贡献
安装前必读
- 在命令行下
php -v
可以执行,如果不能执行,请自行百度处理 - 项目的部分配置存在于根目录下的.env,请自行修改
- 执行安装教程的3、4步骤时,请先把.env中数据库配置配置好,否则会报错
- 后台用户密码 root/root
安装教程
composer create-project jinlulu/tpl_tp5 tpl_tp5demo 0.1
创建项目成功以后,会自动执行php think init
,如果执行失败,请自行配置php think migrate:run
php think seed:run
Documentation
thinkphp官网 · x-admin官网 · layui文档
特别鸣谢
thinkphp作者,x-admin作者,以及参与贡献的所有人
参与贡献
- Fork 本项目
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request