tumadjian / mvc
MVC skeleton for study
Installs: 79
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 1
Open Issues: 1
Type:project
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.