开源实用型个人发卡网源码

首页 / 资源分享 / 正文

程序介绍

1.前台三种主题,可选择左右或上下布局,样式可选择按钮下拉列表
2.后台可添加优惠券,数据统计功能,公告等
3.集成码支付,有赞支付,当面付,支付宝wx官方支付。资金不经过第三方
请输入图片描述
请输入图片描述

安装步骤

环境要求 php>=7.0 mysql >=5.5

**将压缩包上传,解压
赋予storage/和bootstrap/cache/ 777权限
将.env.example 修改为.env 配置自己的数据库信息
使用ssh工具连接服务器,进入网站根目录,安装数据库(如果失败解除putenv函数的禁用)**

cd /www/wwwroot/faka.qqfz.xyz #进入网站根目录
php artisan key:generate
php artisan migrate:fresh --seed
php artisan cache:clear

关闭防跨站和设置运行目录为public,设置伪静态为

location / {
try_files $uri $uri/ /index.php?$query_string;
}

至此,安装完成。
后台:域名/admin
用户名:admin@qq.com 密码:123456
下载地址:https://xiaomilu.lanzoui.com/itBNYft5frg

无标签