带支付系统,导航源码
上传zip包,解压即可
推荐运行环境(建议配置):
· PHP版本:7.4+
· MySQL:5.7+
· 环境依赖:Nginx/Apache
· 安装方式:一键部署(详见官方文档)
nginx伪静态规则
 Markup
location / {
index index.php index.html;
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php last;
}
}
带支付系统,导航源码
上传zip包,解压即可
推荐运行环境(建议配置):
· PHP版本:7.4+
· MySQL:5.7+
· 环境依赖:Nginx/Apache
· 安装方式:一键部署(详见官方文档)
nginx伪静态规则
 Markup
location / {
index index.php index.html;
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php last;
}
}