panix / mod-projects-calc
Projects calc module
Package info
github.com/andrtechno/mod-projects-calc
Type:yii2-extension
pkg:composer/panix/mod-projects-calc
dev-master
2020-01-18 12:41 UTC
Requires
- phpoffice/phpword: ^0.16.0
This package is auto-updated.
Last update: 2026-03-19 03:35:43 UTC
README
Module for PIXELION CMS
Installation
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.
Add to web config.
return [ 'modules' => [ 'projectscalc' => [ 'class' => 'panix\mod\projectscalc\Module', ], ], ];
Migrate
php yii migrate --migrationPath=vendor/panix/mod-projects-calc/migrations