I have started to play with Yii2 and have pulled in the popular Yii2-user module into project using composer.
Now, if I was decided I wanted to change models, controllers and views with Yii2-user what would be the best approach? Do I go in and edit the files with my vendor folder?
Yes that seems ideal, what I would like to do is have my own /src/app folder and then within have my own models, controllers directories beneath holding all my business logic…
I guess I need to tell Yii that there is a second models folder below /src/app ?