Get Data through relation in laravel

前端 未结 0 383
囚心锁ツ
囚心锁ツ 2020-11-29 14:48

I\'m using this query to get data using relation

 return Product::with(\'attributes\')
        ->whereHas(\'attributes\', function ($query) use ($attribute         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题