Skip to content

Jetea/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jetea Application

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.

Installation

composer create-project jetea/app=~2.0

Usage

Todo

Todo

  1. 数据库增加时区
  2. 路由默认增加 / 开头,不然每次都是调试半天发觉是这里的原因,减少开发负担
  3. command基类增加 info error warn 等方法,方便调试,或则放入ctx中也行。
  4. 时区从 PRC 更换为 Asia/Shanghai

License

MIT