Skip to content

Instantly share code, notes, and snippets.

View sahilsharma011's full-sized avatar
🎯
Focusing

Sahil Sharma sahilsharma011

🎯
Focusing
  • Zomeds
  • New Delhi, INDIA
View GitHub Profile
@tomcastleman
tomcastleman / UpsertBuilder.php
Last active March 18, 2020 09:32
Laravel Query Builder Upsert Macro for MySQL
<?php
namespace App\Database;
use Illuminate\Database\Query\Builder;
use Illuminate\Support\Collection;
class UpsertBuilder
{
/** @var Builder */