Skip to content

Pongtan/LightFish

Repository files navigation

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();