Skip to content

Instantly share code, notes, and snippets.

View VinceG's full-sized avatar
🏠
Working from home

Vincent VinceG

🏠
Working from home
View GitHub Profile
@VinceG
VinceG / Builder.php
Created October 19, 2016 14:16
Laravel support for replace into / insert ignore / insert on duplicate key update
<?php
namespace App\Library\Database\Query;
use Illuminate\Database\Query\Builder as QueryBuilder;
class Builder extends QueryBuilder
{
/**
* Insert a new record into the database.