I am trying to use the SQL function replace to replace the ID if it exist in the database (users_id). How can I use it with Eloquent. I tried using the documentation provided in four.laravel.com. But could still not figure it out. Everytime i try to "update" the users information it will create a new record with the same IDI am trying to use the SQL function replace to