samax / stackoverflow-mod
stackoverflow clone in anax
v1.6.9
2019-04-03 08:11 UTC
Requires
- php: >=7.2
- anax/commons: ^2.0.0@beta
Requires (Dev)
- anax/anax-lite: ^1.0.24
- anax/htmlform: ^2.0.0
- phpmetrics/phpmetrics: ^2
- phpunit/phpunit: ^7
README
How to install.
This is how we install the module. First off you go to packargist to download the module via composer json.
composer.
Add this to you composer file. "composer require samax/stackoverflow-mod"
Example
{ "name": "anax/noname", "description": "A me page for the ramverk1 course.", "license": "MIT", "minimum-stability": "beta", "prefer-stable": true, "autoload": { "psr-4": { "Anax\\": "src/" } }, "require": { "anax/anax-ramverk1-me": "^1.0.0" }, "require-dev": { "phpunit/phpunit": "^7", "samax/stackoverflow-mod": "^v1.4", "anax/database-active-record": "^2.0.2", "anax/htmlform": "^2.0.0" } }
Use the command composer update in your termninal to make the module download. Make sure you got all the requirements by following what's being said on packardgist.
scaffold.
This is a one liner in the termnial that you might have to change depending what ur folder and so on is called.
bash vendor/samax/stackoverflow-mod/.anax/scaffold/postprocess.d/stackoverflow-mod.bash