Download the PHP package parfaitementweb/password-validation without Composer
On this page you can find all versions of the php package parfaitementweb/password-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download parfaitementweb/password-validation
More information about parfaitementweb/password-validation
Files in parfaitementweb/password-validation
Download parfaitementweb/password-validation
More information about parfaitementweb/password-validation
Files in parfaitementweb/password-validation
Vendor parfaitementweb
Package password-validation
Short Description Additional validation rules to empower strong password usage in Laravel applications.
License MIT
Package password-validation
Short Description Additional validation rules to empower strong password usage in Laravel applications.
License MIT
Please rate this library. Is it a good library?
Informations about the package password-validation
Laravel Password Validation Rules
This package provides additional validation rules to empower strong password usage in Laravel applications.
Installation
You can install the package via composer:
The package will automatically register itself.
Translations
If you wish to edit the package translations, you can run the following command to publish them into your resources/lang
folder
Rules
minoneletter
- The field must include at least one letter.upperandlower
- The field must include both upper and lower case letters.minonenumber
- The field must include at least one number.minonesymbol
- The field must include at least one symbol.
All versions of password-validation with dependencies
PHP Build Version
Package Version
The package parfaitementweb/password-validation contains the following files
Loading the files please wait ....