sertxudeveloper / MVC-Framework

A simple MVC framework with no external dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVC Framework

A simple MVC framework with no external dependencies

  • Add your routes in the routes/web.php
  • Create your models in the app/models
  • You don't need to add the getters and setters!
  • Create your controllers in the app/controllers

About

A simple MVC framework with no external dependencies

License:MIT License


Languages

Language:PHP 97.7%Language:Hack 2.3%