二次元发卡系统源码荔枝发卡V3.0-全开源源码对接码支付,整体的主题风格看起来还是特别的舒服。
![图片[1]-二次元发卡系统源码荔枝发卡V3.0-全开源源码对接码支付-AA源码网 | 源码收藏](https://images.aaym.net/2022/12/09b5bb2823102129-750x366.jpg!/format/webp/lossless/true)
搭建教程
- 将源码上传到宝塔站点目录之后解压
- 去config目录下找到database.php文件配置数据库
- 导入数据库faka.sql
- 切换php版本8.0
- 设置伪静态规则
location ~* (runtime|application)/{
return 403;
}
location / {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
默认后台账号:admin@qq.com
默认后台密码:123456
![图片[2]-二次元发卡系统源码荔枝发卡V3.0-全开源源码对接码支付-AA源码网 | 源码收藏](https://images.aaym.net/2022/12/31aa9887dc102120-750x366.png!/format/webp/lossless/true)
![图片[3]-二次元发卡系统源码荔枝发卡V3.0-全开源源码对接码支付-AA源码网 | 源码收藏](https://images.aaym.net/2022/12/6842d346f9102133-310x550.png!/format/webp/lossless/true)
本文结束END

© 版权声明
THE END
暂无评论内容