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.
User::find(1)->works
Laravel 4.1 brings native wherePivot and orWherePivot methods, which is directly a solution to my problem.
wherePivot
orWherePivot