Skip to content
/ x-man Public

Layui2.3+thinkphp3.2.3后台管理框架,一键增删改查,支持多表联动 http://x.imxinu.com 或者

Notifications You must be signed in to change notification settings

imxiny/x-man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Man后台管理框架

Author Xiny

  • Layui2.4.3+Thinkphp3.2.3后台管理框架,一键增删改查,支持多表外联,控件多样化,完善的权限管理模块
  • 演示地址:https://xman.xbug.top
  • 如果觉得对你有所帮助 请为我点个星星 谢谢
  • 数据库文件 xinyadmin.sql
  • 如有疑问+Q 1655241471

安装

git clone [email protected]:imxiny/x-man.git

导入 xman.sql 文件

设置数据库配置 Application\Common\Conf\db.conf

设置伪静态nginx

必须设置伪静态,且通过域名直接访问,不能通过路径访问

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

About

Layui2.3+thinkphp3.2.3后台管理框架,一键增删改查,支持多表联动 http://x.imxinu.com 或者

Resources

Stars

Watchers

Forks

Packages

No packages published