MVC skeleton for study

Installs: 78

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 1

Open Issues: 1

Type:project

v2.1.0 2019-11-01 20:53 UTC

This package is auto-updated.

Last update: 2024-04-29 03:59:42 UTC


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.