Skip to content

Files

Latest commit

 

History

History
22 lines (15 loc) · 572 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 572 Bytes

A Simple & Fast PHP Framework based on Composer!

致力于做一个简单,可扩展的框架。

WebRoot: /public/index.php

关于Model查询使用的是:illuminate/database

相关手册: https://github.com/illuminate/database https://laravel.com/docs/5.4/database#configuration https://laravel.com/docs/5.4/queries http://laravelacademy.org/post/2942.html http://laravelacademy.org/post/2956.html

ORM参考: http://d.laravel-china.org/docs/5.4/eloquent

新建文件记得: 执行 composer dump-autoload

实在不想撸了,先up上来,做个mark吧。