hce/microframework-core

There is no license information available for the latest version (1.5.3) of this package.

microframework core files

1.5.3 2018-03-29 14:17 UTC

README

a lightweight framework designed for prototyping

Install

  • php composer.phar create-project hce/microframework projectName

or

  • composer.phar create-project hce/microframework projectName

then

  • cd projectName
  • npm install
  • Point your webserver to projectName/public folder
  • Set public/css and public/js as writable folders (create them if necessary)
  • Set cache as writable folder

Documentation

Please refer to it.hce.microframework repository documentation.