laravel where on relationsship column

42

Player::whereHas('roleplay', function($q){
   $q->where('column_name', 'value');
})->get();

Comments

Submit
0 Comments