phpAdmin 后台管理 (admin-thinkphp-Layui2)
一、介绍
-
phpAdmin 后台管理
-
[admin-thinkphp-layui]
- 后端框架:Thinkphp6.1
- Layui2.8
二、安装教程
- 根据 Thinkphp6 安装
- 伪静态
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
三、使用说明
- 1、域名指向 public 目录下
- 2、后台管理系统访问网址:http://www.xxx.com/index.php/bews/index/index
四、鸣谢
五、技术支持
- QQ:357099073
六、数据表结构
- 题目表(questions)
- 选择题选项表(question_options)
- 科目表(subjects)
- 知识点表(knowledge_points)
- 题目标签表(question_tags)
- 题目标签关联表(question_tag_relations)
- 题目附件表(question_attachments)
- 题目使用记录表(question_usage_records)
- 题目统计表(question_statistics)
Description
Languages
JavaScript
57.8%
PHP
21.9%
Hack
13.9%
CSS
6.1%
HTML
0.2%