git clone https://github.com/yumufeng/fastwork.git 然后进入项目,运行php start.php即可 项目目录 + app |+ index 模块 |+ controller //控制器 |- Index.php //默认控制器 |+ views |+ index //控制器 |- index.php //默认视图 + public 静态资源放置的目录 + config 配置目录 |- app.php /...