Skip to content
Kawsar Ahmed edited this page Sep 22, 2018 · 3 revisions

Welcome to the PasswordValidator-Package wiki!

Use case

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

Installation

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

Usage

WiKi Continue .. . .

Clone this wiki locally