mdmsoft / yii2-admin

Auth manager for Yii2 (RBAC Manager)
GNU General Public License v3.0
1.16k stars 572 forks source link

Compatibility with yii2-user #315

Open harlangray opened 7 years ago

harlangray commented 7 years ago

Hi I am finding it hard to find a compatible version with Yii2-user. If I use "dektrium/yii2-user": "0.9.*@dev", "mdmsoft/yii2-admin": "~2.0",

User module does not use status field and some other fields in user table.

This used to work for me

"dektrium/yii2-user": "0.9.*@dev", 
"mdmsoft/yii2-admin": "*",

Not any more. The composer updates takes a very very long time and usually ends in a memory error. I know for sure it is a problem with yii2-admin. Could you please suggest the stable versions for these two modules? thanks.

harlangray commented 7 years ago

I think the problem is in deesoft/yii2-angular?

robogame commented 7 years ago

You'd better use yii2-admin 2.0.

rmdganesan commented 7 years ago

version 3.x have issue, better use "mdmsoft/yii2-admin": "~2.0"

FavorMylikes commented 6 years ago

@harlangray Have finish this problem? Some field of yii2-admin like poassword_reset_token conflict with yii-user.

I'm using

"dektrium/yii2-user": "0.9.*", 
"mdmsoft/yii2-admin": "2.0",

That's not woke for me.

bitsnaps commented 4 years ago

As for me, I'm using:

"dektrium/yii2-user": "^0.9.14",
"dektrium/yii2-rbac": "^1.0",
"mdmsoft/yii2-admin": "~2.0",

I'm still using only versions compatible with PHP v5.6, I'm not sure if yii2-admin is compatible (or useful along) with dektrium/yii2-rbac since admin CRUD both can be generated with those extensions.