inblank/yii2-activeuser

Yii2 module inblank/yii2-activeuser

dev-master 2018-05-03 08:14 UTC

This package is not auto-updated.

Last update: 2024-04-14 21:28:05 UTC


README

Build Status Packagist Version Code Coverage Code Quality GitHub license

Русская версия этого документа доступна здесь.

Module yii2-activeuser for Yii2 allows

Installation

The preferred way to install this module is through composer.

Navigate to the project folder and run the console command:

$ composer require inblank/yii2-activeuser

or add:

"inblank/yii2-activeuser": "~0.1"

to the require section of your composer.json file.

Add following lines to your main configuration file:

'modules' => [
    'activeuser'=>[
        'class' => 'inblank\activeuser\Module',
    ],
],

Configuring

Usage