yunzer/README.md

854 B
Raw Permalink Blame History

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