<?php DB::table('users')->insertOrIgnore([ ['id' => 1, 'email' => 'taylor@example.com'], ['id' => 2, 'email' => 'dayle@example.com'] ]);