Skip to content

andrtechno/mod-user

Repository files navigation

mod-user

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

or add

"panix/mod-user": "*"

to the require section of your composer.json file.

Add to web config.

'modules' => [
    'user' => ['class' => 'panix\user\Module'],
],


and

'components' => [
    'user' => [
        'class' => 'panix\mod\user\components\User',
        // 'identityClass' => 'panix\user\models\User',
        // 'enableAutoLogin' => false,
    ],
    ...
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages