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: 2025-03-01 20:55:57 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
andpublic/js
as writable folders (create them if necessary) - Set
cache
as writable folder
Documentation
Please refer to it.hce.microframework repository documentation.