$row[0], "feature" => $row[1], "action" => $row[2], "code" => $row[3], "name" => $row[4] ]; } DB::table("permissions")->insertOrIgnore($data); } }