I just need to verify that Laravel validates that the array contains a minimum of 2 values and a maximum of 4 values. Can this rule be used for default authentication? Element sizechecks the exact size and other rules like minand maxfor strings, numbers, and file size.
source
share