danak/anaxmodule

v3.0.2 2018-12-12 09:42 UTC

This package is auto-updated.

Last update: 2024-04-12 22:03:13 UTC


README

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!