danak/anaxmodule

Anaxmodule.


Keywords
framework, mvc, boilerplate, micro, education
License
MIT

Documentation

Build Status Scrutinizer Code Quality Build Status Code Intelligence Status

Install as Anax module This is how you install the module into an existing Anax installation.

First go into composer.json and add following code snippet.

"require": {
    "anax/anax-ramverk1-me": "^1.0.0",
    "danak/anaxmodule": "^v3.0.1"
}

After that use the command "composer update".

When that is done you simply run.

bash vendor/danak/anaxmodule/.anax/scaffold/postprocess.d/700_anaxmodule.bash

Now it all should be installed and working.

Have fun!