danak / anaxmodule
Anaxmodule.
v3.0.2
2018-12-12 09:42 UTC
Requires
- php: >=7.2
- anax/commons: ^2.0.0@beta
Requires (Dev)
- anax/anax-lite: ^1.0.24
- anax/cache: ^2.0.0@alpha
- anax/content: ^2.0.0@alpha
- anax/page: ^2.0.0@alpha
- anax/textfilter: ^1.0.0@alpha
- anax/view: ^2.0.0@alpha
- phpunit/phpunit: ^7
README
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!