allenzhu2016 / test
test
dev-master
2019-05-11 02:09 UTC
This package is auto-updated.
Last update: 2024-09-11 14:48:30 UTC
README
################### PHP版本要求: >=7.1 ###################
################### 本地开发前须知: ###################
1. 在本地开发时 define('APP_DEBUG', true);
2. 确保修改 .htaccess 目录:RewriteRule ^(.*)$ /本地目录/index.php/$1 [QSA,PT,L]
################### 提交上线前须知: ################### 1. 在提交上线时 define('APP_DEBUG', false);
2. 确保修改 .htaccess 目录:RewriteRule ^(.*)$ /index.php/$1 [QSA,PT,L]