Download the PHP package prokawsar/password-validator without Composer
On this page you can find all versions of the php package prokawsar/password-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download prokawsar/password-validator
More information about prokawsar/password-validator
Files in prokawsar/password-validator
Download prokawsar/password-validator
More information about prokawsar/password-validator
Files in prokawsar/password-validator
Vendor prokawsar
Package password-validator
Short Description Password validator for Laravel Framework
License MIT
Package password-validator
Short Description Password validator for Laravel Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package password-validator
PasswordValidator-Package
Currently in development
Installation
-
[x] Run
composer require prokawsar/password-validator
- [x] Then run
php artisan vendor:publish
and selectProvider: prokawsar\PasswordValidator\PasswordValidatorServiceProvider
package
all rules will be published in the App/Rules folder.
To use this package
Use use App\Rules\{RuleName};
and add a rule in Validator::make calls as new RuleName
E.G.
Customization
You can set your own error
message
To change error message go to App\Rules\{RuleName}
and modify the return value in the message()
function.
All versions of password-validator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package prokawsar/password-validator contains the following files
Loading the files please wait ....