Return new id with DB::insert() in Laravel 4 August 18, 2023 by Tarik There is a insertGetId method. $id = DB::table('users')->insertGetId( array('id' => 1, 'name' => 'Dayle Rees') );