Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 395 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 395 Bytes

Light Fish

A tiny php framework base on slim.

Config

Routes

The routes config file in:

/routes/web.php

Read more on Slim Doc

Controller

All Controller in

/App/Controllers

Views

using twig.

Models

uncomment bootstrap/app.php to using Eloquent.

// $app->registerEloquent();