andrtechno / mod-pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mod-pages

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-pages "*"

or add

"panix/mod-pages": "*"

to the require section of your composer.json file.

Add to web config.

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

Migrate

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

About


Languages

Language:PHP 100.0%