panix/mod-license

Module license

dev-main 2021-10-16 11:14 UTC

This package is auto-updated.

Last update: 2024-03-16 17:10:15 UTC


README

Module for PIXELION CMS

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

Installation

The preferred way to install this extension is through composer.

Either run

php composer require --prefer-dist panix/mod-license "*"

or add

"panix/mod-license": "*"

to the require section of your composer.json file.

Add to web config.

    'modules' => [
        'license' => ['class' => 'panix\mod\license\Module'],
    ],

Migrate

php yii migrate --migrationPath=vendor/panix/mod-license/migrations