An open API service indexing awesome lists of open source software.

https://github.com/zikwall/simple-mvc

Велосипед :) я должен был это сделать
https://github.com/zikwall/simple-mvc

framework mvc php

Last synced: 7 months ago
JSON representation

Велосипед :) я должен был это сделать

Awesome Lists containing this project

README

          

# simple-mvc

Minimalistic and easy PHP MVC Framework

APPLICATION STRUCTURE
-------------------

app/ base application directory controllers, models and views
core/ framework core directory
public/ contains styles and scripts, web resources

You can then install this application template using the following command:

~~~
composer create-project --prefer-dist --stability=dev zikwall/simple-mvc
~~~

CONFIGURATION
-------------