Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~233 People Reached
About Me

If you are looking to buy Instagram followers cheap, likes and views there is no better place than instaHotStar. We offer exclusive Instagram Power likes, followers, views for a price as low as $0.89

Favorite Forums
Favorite Tags
php x 3
Member Avatar for sunil_32

I have a website in laravel [instazood](https://www.iinstazood.com/) I want to apply limit clause with eager loading. I tried many other ways made r and d but could not get any solution. function fetchData() { $user = new User; $data = $user->with('comments'=>function($query){ $query->where('status',5); $query->limit(1); })->get(); }

Member Avatar for sunil_32
0
233