dmstr / phd5-app

:purple_heart: Universal web application built upon Docker, PHP & Yii 2.0 Framework
http://phd.dmstr.io
Other
77 stars 15 forks source link

Switch to yii2-usuario? #8

Closed schmunk42 closed 6 years ago

schmunk42 commented 7 years ago

https://github.com/2amigos/yii2-usuario

handcode commented 7 years ago

Are there any migration plans from dektrium/yii2-user and rbac?

philippfrenzel commented 7 years ago

👍

schmunk42 commented 7 years ago

@philippfrenzel Did you try the switch in an existing project? @tonydspaniard Is there a migration plan? :)

tonydspaniard commented 7 years ago

@schmunk42 I need to write a migration guide not a plan, the plan should be written by those who wish to move to my humble module... 👍

tonydspaniard commented 6 years ago

https://yii2-usuario.readthedocs.io/en/latest/installation/migration-guide-from-dektrium-tools/

schmunk42 commented 6 years ago

@tonydspaniard In general the change is pretty smooth already, just one thine we've noticed - but we need to investigate a bit more - if you have an application which has user and profile tables already, the migrations fail.

It would be cool if your module could separate it's migrations in a way that you're able to run migrations depending on a formerly exisiting dektrium/yii2-user module.