2017 © Pedro Peláez
 

yii2-extension yii2-activeuser

Yii2 module inblank/yii2-activeuser

image

inblank/yii2-activeuser

Yii2 module inblank/yii2-activeuser

  • Thursday, May 3, 2018
  • by inblank
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

Yii2 module inblank/yii2-activeuser

Build Status Packagist Version Code Coverage Code Quality GitHub license, (*1)

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

Module yii2-activeuser for Yii2 allows, (*3)

Installation

The preferred way to install this module is through composer., (*4)

Navigate to the project folder and run the console command:, (*5)

$ composer require inblank/yii2-activeuser

or add:, (*6)

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

to the require section of your composer.json file., (*7)

Add following lines to your main configuration file:, (*8)

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

Configuring

Usage

The Versions

03/05 2018