yii2-usuario icon indicating copy to clipboard operation
yii2-usuario copied to clipboard

Improve docs for Newbies

Open WeeSee opened this issue 5 years ago • 1 comments

What steps will reproduce the problem?

Being new to this great extension Yii2-usuario I'm stuck with the first steps.

I asked a newbie question on StackOverflow but there was just negative response :-(

What is the expected result?

There are some docs available, but I'm looking for helpful hints, guides and docs with focus on:

  • data model
  • How to get into Yii2-usuario when my Yii2-App (basic template) for the first time gets user authentication?
  • What do I need to understand from Yii2 auth features and where does Yii2-usuario come in?
  • The User Interface is nice for Admins. But do I need to modify access rights/roles/... during production? How to code them?
  • Guide on how to check user permissions
  • Guide on how to make first steps in adapting the main.php layout.

What do you get instead?

No docs I'm looking for.

The docs seem to focus on experienced Yii2 developers with background in Yii2 auth, DI, ...

WeeSee avatar Aug 27 '19 18:08 WeeSee

I suggest you to learn Yii2 Basics.

On the Usuario Website you have a few helpful guides to do that things you are requesting.

Extending a User Model, Getting Roles and accessRules...

TimoB2005 avatar Oct 14 '22 10:10 TimoB2005