permanovd / mvcTrialAssignment

0 stars 0 forks source link

Test trial assignment

Another Mvc framework.

Consists of some core components and can be extended by modules. There is Example module in modules/Example directory, so you can understand contracts and principles.

How to use

Define your module in modules catalog. Then you've got to have appdata catalog to place route information and config catalog to define configuration. Everything else can be found in Example module (modules/Example).

What is done?

What has to be done?