thinkphp6.0框架开发,校园疫情防控进出登记管理系统源码,功能齐全,帮助校园疫情防控,当然也可以应用各种场景。 功能包括老师和学生角色权限,大数据图表展示,扫码进出校园,校园行程记录,生成二维码,学生管理,网站管理,学生签到打卡等功能等等。
运行环境
thinkphp6.0 mysql5.7 bootstrap4 本地测试集成环境软件:phpstudy
源码安装方法
可参考thinkphp项目搭建 添加网站根目录/public 添加伪静态
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?s=/$1 [QSA,PT,L]
</IfModule>
导入数据库 修改数据库配置/app/config/database.php 若项目无法启动删除runtime再试


© 版权声明
暂无评论内容