项目前言快速开始On this page快速开始一、环境要求PHP > 5.6二、框架安装git clone https://gitee.com/tomlibao/simple-mvc-framework-in-php.git三、配置伪静态Nginx:示例location / { try_files $uri $uri/ /index.php$args;}