Skip to content

andrtechno/mod-projects-calc

Repository files navigation

Module projects calc

Module for PIXELION CMS

Latest Stable Version Latest Unstable Version Total Downloads Monthly Downloads Daily Downloads License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published