How to order by pivot table data in Laravel's Eloquent ORM

前端 未结 5 686
难免孤独
难免孤独 2020-12-17 11:11

In my Database, I have:

  • tops Table
  • posts Table
  • tops_has_posts Table.

When I retrieve a

5条回答
  •  天命终不由人
    2020-12-17 11:13

    For Laravel 8.17.2+ you can use ::orderByPivot().

    https://github.com/laravel/framework/releases/tag/v8.17.2

提交回复
热议问题