Support the ongoing development of Laravel.io →

kchapagain

Joined 27 May 2015

Statistics

Threads 2
Replies 1
Solutions 0
Articles 0
posted 8 years ago

get profile image for poster

User Model function comments(){ return $this->hasMany('Comment'); } function posts(){...

0 Likes
0 Replies
posted 8 years ago

belongsTo and HasMany relationship

users : id, username, password images : id, user_id, isprofile (0,1) and so on Image model publi...

0 Likes
3 Replies
replied 8 years ago

belongsTo and HasMany relationship

Hi rickshawhobo, How do i get user's profile image for every user?

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.