synyster0fa7x / mvc-skeleton
Package info
gitlab.com/synyster0fa7x/micro-mvc
Type:project
pkg:composer/synyster0fa7x/mvc-skeleton
1.2
2018-06-25 10:50 UTC
Requires
- picorm/picorm: ^0.0.7
- symfony/yaml: ^4.1
- twig/twig: ^2.0
- vlucas/phpdotenv: ^2.4
This package is not auto-updated.
Last update: 2026-03-11 02:15:27 UTC
README
ยต-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
Prerequisites
- PHP >= 7.1.3
- Composer
- NodeJS / NPM
Installation
composer create-project synyster0fa7x/mvc-skeleton
Don't forget to fill .env with yout database credentials
Commands
make sass:watch: build your CSS from SASS files livegulp sass: build your CSS from SASS filesmake run: launch built-in PHP server
Report a bug
Open an issue
License
MIT