synyster0fa7x/mvc-skeleton

Installs: 24

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:project

1.2 2018-06-25 10:50 UTC

This package is not auto-updated.

Last update: 2024-05-21 17:26:16 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 live
  • gulp sass: build your CSS from SASS files
  • make run: launch built-in PHP server

Report a bug

Open an issue

License

MIT