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
Requires
- cssjanus/cssjanus: ^1.1
- jenssegers/blade: dev-master#64e40c988583a790224d0c379be3dd074417b217
- justinrainbow/json-schema: ^2.0
- leafo/scssphp: ^0.6.6
- matthiasmullie/minify: ^1.3
This package is not auto-updated.
Last update: 2026-03-15 02:25:47 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 projectNamenpm install- Point your webserver to
projectName/publicfolder - Set
public/cssandpublic/jsas writable folders (create them if necessary) - Set
cacheas writable folder
Documentation
Please refer to it.hce.microframework repository documentation.