Jetea is a fresh and fast php framework.Jetea attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as exception, routing, middleware.
composer create-project jetea/app=~2.0
Todo
- 数据库增加时区
- 路由默认增加 / 开头,不然每次都是调试半天发觉是这里的原因,减少开发负担
- command基类增加 info error warn 等方法,方便调试,或则放入ctx中也行。
- 时区从
PRC
更换为Asia/Shanghai