Module for PIXELION CMS
The preferred way to install this extension is through composer.
Either run
php composer require --prefer-dist panix/mod-projects-calc "*"
or add
"panix/mod-projects-calc": "*"
to the require section of your composer.json
file.
return [
'modules' => [
'projectscalc' => [
'class' => 'panix\mod\projectscalc\Module',
],
],
];
php yii migrate --migrationPath=vendor/panix/mod-projects-calc/migrations