company user api
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist mycone/yii2-company-user "*"
or add
"mycone/yii2-company-user": "*"
to the require section of your composer.json
file.
Once the extension is installed, simply modify your application configuration as follows :
return [
'modules' => [
'users' => [
'class' => 'mycone\users\Module',
...
]
...
],
...
];