I have no idea why you made 3 user classes, that sounds crazy to me. My application has many different types of users (from administrative only to general users) and it is all in one user model. Besides that, if you wish to link one model to many models you can just create a manyToMany relationship in Laravel. I suggest you check out Laracast's website. Jeffrey has some great lessons on stuff like this.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community