yii2-usuario
yii2-usuario copied to clipboard
How to get User informations?
I want to get the Userinformations but nothing works...
Yii::$app->user->getEmail();
dont works
VarDumper::dump(Yii::$app->user, 10, true);
what tell to you ?