scribe
scribe copied to clipboard
feat: add support for Password validation class
Hello,
This pull request add the support for Password class main rules (min, max, mixedCases, letters, numbers, and symbols currently) :
https://laravel.com/docs/11.x/validation#validating-passwords
Best regards, Max
THanks, and sorry for the delay! Could you add a test, please? You can look for the other tests of this class and add a new example.
@max13fr updates on this?