how to get all the records with same ID in laravel

34

Product::orderBy('id','desc')->where('category_id', 1)->get();

Comments

Submit
0 Comments