13/03
2017
dev-master
9999999-dev http://www.wudimei.comwudimei php framework for web mvc development
MIT
The Requires
wudimei php framework for web mvc development
php composer.phar install
please import /wudimei_mvc.sql
to mariadb/mysql, (*1)
please edit files in /config
folder, (*2)
server { listen 80; server_name 127.0.10.2; root /www/open/WudimeiMVC/public; location / { index index.php index.html index.htm; try_files $uri $uri/ /index.php?$query_string; } location ~ \.php$ { fastcgi_pass 127.0.0.1:9090; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } }
http://Your_ip_or_domain/backend_2016, (*3)
user: yqr2, (*4)
password:123456, (*5)
wudimei php framework for web mvc development
MIT