How to Join tables in laravel with a value from previously joined table?

后端 未结 0 391
醉酒成梦
醉酒成梦 2020-12-04 04:50

I have a table in laravel which tracks recent views of posts by users. Here is its controller

$contents = RecentView::where(\'user_id\', $loggedUser)
                 


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