How can i get all posts by a single user in Laravel? or query all post for specific user laravel public function commentsShow($id){ return DB::table('comments')->where('post_id', $id)->get();}
No comments: