amitmerchant1990 / amitmerchant-dot-com-comments

1 stars 0 forks source link

insert-or-update-multiple-records-using-upsert-in-laravel8/ #35

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Insert or update multiple records using upsert in Laravel 8.x – Amit Merchant – A blog on PHP, JavaScript, and more

It would be useful sometimes when you’re not sure if you want to insert or update records and you’d let the system decide that. Laravel comes with one such feature that lets you do just that.

https://www.amitmerchant.com/insert-or-update-multiple-records-using-upsert-in-laravel8/

alikaramniya commented 2 years ago

thank's for this tutorial

sinergantara commented 2 years ago

Very helpful article