$field) $query->where($field, $value[$i]); // Validation result will be false if any rows match the combination return ($query->count() == 0); }); Validator::extend('unique_column',function ($attribute,$value,$parameters) { return false; });