tumadjian / mvc
MVC skeleton for study
v2.1.0
2019-11-01 20:53 UTC
Requires
- nikic/fast-route: ^1.2
README
MVC built from the ground, just for the students of my class, after this we're going to create a simple projet on it.
Routing based on FastRoute: https://github.com/nikic/FastRoute
To install via composer, run:
composer create-project "tumadjian/mvc" <your-dir>
Antes de iniciar rodar:
composer dumpautoload
ou
composer install
To initiate the server please run:
mvc-serve
It'll be initiated by the 8888 port, so check if it's free.