-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Kawsar Ahmed edited this page Sep 22, 2018
·
3 revisions
Welcome to the PasswordValidator-Package wiki!
Validate the password on Laravel such as
- Is there at least an Uppercase letter
- Is there at least a Lowercase letter
- Is there at least a Digit
Assume you have all dependency
run this command composer require prokawsar/password-validator
Currently auto-discovery feature is not working
So you have to add prokawsar\PasswordValidator\PasswordValidatorServiceProvider::class
in config/app.php
file in provider section
WiKi Continue .. . .