功能包括老師和學生角色權(quán)限,大數(shù)據(jù)圖表展示,掃碼進出校園,校園行程記錄,生成二維碼,學生管理,網(wǎng)站管理,學生簽到打卡等功能等等。
運行環(huán)境:thinkphp6.0、mysql5.7、bootstrap4
源碼安裝方法:
可參考thinkphp項目搭建
添加網(wǎng)站根目錄/public
添加偽靜態(tài)
<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>
導入數(shù)據(jù)庫
修改數(shù)據(jù)庫配置/app/config/database.php
若項目無法啟動刪除runtime再試