MVC skeleton for study

Maintainers

Package info

github.com/leoqbc/mvc-study

Type:project

pkg:composer/tumadjian/mvc

Statistics

Installs: 80

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 1

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

This package is auto-updated.

Last update: 2026-03-01 00:24:21 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.