User.php public function favorites() { return $this->belongsToMany('Link')->wi...
hi! I have a Post and Tag model with a many to many pivot table, how do you write a query to find th...
Hi guys, Do you know how I can rewrite this query so that orderBy actually works? http://laravel.io/...
Here is the SQL I'm trying to convert into eloquent or query builder http://laravel.io/bin/vBk6V Any...
Yes you're exactly right. The order of the results is coming back in the reverse of what I want. R...
The Laravel portal for problem solving, knowledge sharing and community building.
The community