Skip to main content
Category:

Code snippet that can be used to use OrderBy on Eloquent relationships in Laravel 7.

public function posts()
{
    return $this->hasMany(Post::class);
}

public function postsByTitle()
{
    return $this->hasMany(Post::class)->orderBy('title');
}

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook