laravel how to get id from updateorinsert code example Example: laravel get ID from insert $data = User::create(['name'=>'first']); dd($data->id);