How to filter a pivot table using Eloquent?

前端 未结 3 798
情话喂你
情话喂你 2021-02-05 01:54

I\'m using a pivot table on the project I\'m working with to get works of users.

E.g: User::find(1)->works gives me the works of user with ID of 1.

3条回答
  •  春和景丽
    2021-02-05 02:49

    Laravel 4.1 brings native wherePivot and orWherePivot methods, which is directly a solution to my problem.

提交回复
热议问题