Go to file
2025-07-14 14:55:25 +08:00
app first commit 2025-07-14 14:55:25 +08:00
config first commit 2025-07-14 14:55:25 +08:00
database first commit 2025-07-14 14:55:25 +08:00
public first commit 2025-07-14 14:55:25 +08:00
route first commit 2025-07-14 14:55:25 +08:00
.env first commit 2025-07-14 14:55:25 +08:00
.example.env first commit 2025-07-14 14:55:25 +08:00
.gitignore first commit 2025-07-14 14:55:25 +08:00
.travis.yml first commit 2025-07-14 14:55:25 +08:00
composer.json first commit 2025-07-14 14:55:25 +08:00
composer.lock first commit 2025-07-14 14:55:25 +08:00
LICENSE.txt first commit 2025-07-14 14:55:25 +08:00
README.md first commit 2025-07-14 14:55:25 +08:00
think first commit 2025-07-14 14:55:25 +08:00

phpAdmin 后台管理 (admin-thinkphp-Layui2)

一、介绍

  • phpAdmin 后台管理

  • [admin-thinkphp-layui]

    • 后端框架Thinkphp6.1
    • Layui2.8

二、安装教程

location ~* (runtime|application)/{
	return 403;
}
location / {
	if (!-e $request_filename){
		rewrite  ^(.*)$  /index.php?s=$1  last;   break;
	}
}

三、使用说明

四、鸣谢

五、技术支持

  • QQ357099073