dev-master
9999999-devA simple PHP MVC framework
MIT
The Requires
framework mvc elomelo
A simple PHP MVC framework
An experimentary PHP framework., (*1)
composer install
on terminal from project directory.Ideally, Controllers should live at App/Controllers
directory. Controllers extends Core/Controller
class., (*2)
twig
view with given data.Eloquent ORM is used for handling database operations. Thus models are extended from Eloquent models., (*3)
Twig is used for rendering views., (*4)
A simple PHP MVC framework
MIT
framework mvc elomelo