Skip to content

resoul/YM-AuthBehavior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

AuthBehavior Extension for Yii 2


This extension provides a [AuthBehavior]()

Installation

Need to create new alias.

add the following code in index.php

Yii::setAlias('getin');

or add the following code in your application configuration:

return [
    //....
    'alias' => [
        '@geiin' => dirname(..path to files..),
    ],
];

or put this files to vendor folder.

Usage

To use this extension, simply add the following code in your application configuration:

return [
    //....
    'as AuthBehavior' => [
        'class' => 'getin\behavior\AuthBehavior',
    ],
];

About

AuthBehavior for Yii2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages