Answers

Question and Answer:

  Home  Laravel PHP Developer

⟩ Tell me how To Use Select Query In Laravel?

$users = DB::select('select * from users where city_id = ?', 10);

if(!empty($users)){

foreach($users as $user){

}

}

 127 views

More Questions for you: