Laravel PHP Developer Question:
Tell me how To Use Insert Statement In Laravel?
Answer:
DB::insert('insert into users (id, name, city_id) values (?, ?)', [1, 'Web technology',10]);
Previous Question | Next Question |
Tell me what Is Current Stable Version Of Laravel? | Tell me what is Laravel Eloquent? |