µ-MVC is a microframework for learning MVC design pattern and object-oriented programming. This was built for my job at Access Code School, for my students.
Current version : 1.1.1
- PHP >= 7.1.3
- Composer
- NodeJS / NPM
git clone git@gitlab.com:synyster0fa7x/micro-mvc.git
cd micro-mvc/
cp .env.dist .env
composer install
npm install
Don't forget to fill .env
with yout database credentials
make sass:watch
: build your CSS from SASS files livegulp sass
: build your CSS from SASS filesmake run
: launch built-in PHP server
Open an issue
MIT