文件名称:webmis:WebMIS是轻量级、高性能、面向对象的HMVC框架!
文件大小:376KB
文件格式:ZIP
更新时间:2024-05-19 23:40:41
php framework webmis PHP
WebMIS
WebMIS是轻量级、高性能、面向对象的HMVC框架!
Home:
Admin:
uanme: admin passwd: admin
安装
1) 创建项目
composer create-project webmiss/webmis mvc
2) 导入数据库
public/db/mvc.sql
3) 更新项目
composer update
美化URL
1) Apache(public/.htaccess)
# 编码
AddDefaultCharset UTF-8
【文件预览】:
webmis-master
----public()
--------upload()
--------favicon.png(300B)
--------webmis()
--------db()
--------index.php(61B)
--------.htaccess(233B)
--------themes()
----README.md(1KB)
----.gitignore(22B)
----app()
--------Modules()
--------config()
--------web.php(249B)
----composer.json(432B)