User Model function comments(){ return $this->hasMany('Comment'); } function posts(){...
users : id, username, password images : id, user_id, isprofile (0,1) and so on Image model publi...
Hi rickshawhobo, How do i get user's profile image for every user?
The Laravel portal for problem solving, knowledge sharing and community building.
The community