How to added password validation rule in the validator?
Validation rule:
The password contains characters from at least three of the followi
Sounds like a good job for regular expressions.
Laravel validation rules support regular expressions. Both 4.X and 5.X versions are supporting it :
This might help too:
http://www.regular-expressions.info/unicode.html