$data = [ ['name'=>'Coder 1', 'rep'=>'4096'], ['name'=>'Coder 2', 'rep'=>'2048'], //... ]; Coder::insert($data);