T
T
TheDoctor2017-10-04 17:45:51
ORM
TheDoctor, 2017-10-04 17:45:51

Is there a REPLACE in Laravel Eloquent?

Hello.
Is there any implementation of REPLACE in Eloquent besides Model::firstOrCreate() and Model::firstOrNew() ?
In the cases of the listed methods, before writing or updating, a SELECT occurs which we would like to get rid of.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dalph, 2020-01-14
@dalph

for the time being, I settled on https://github.com/yadakhov/insert-on-duplicate-key
for installation via composer composer require yadakhov/insert-on-duplicate-key

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question