webman+thinkorm+layui 开发的后台管理系统 webmanadmin
https://gitee.com/funadmin/webmanadmin 推荐使用此链接最新版本
演示地址 http://webman.funadmin.com/backend 账号密码 admin 123456
php: 7.2+ ,推荐7.4
mysql: 5.7+
windows开发环境
upstream webman {
server 127.0.0.1:8787;
}
server {
server_name 站点域名;
listen 80;
root /yoursite/public;
location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
if (!-f $request_filename){
proxy_pass http://webman;
}
}
有没有安装文档,composer install之后点windoiw.bat会报错
gitee 下载最新的 然后配置一下config/thinkorm 然后启动 php windows.php start 或者 php start.php start