Bindings for groundsix/password for laravel
groundsix/password-laravel is a Laravel package for bindings for groundsix/password for laravel.
It currently has 0 GitHub stars and 2.480 downloads on Packagist (latest version 0.1.0).
Install it with composer require groundsix/password-laravel.
Discover more Laravel packages by groundsix
or browse all Laravel packages to compare alternatives.
Last updated
Bindings for groundsix/password for laravel
The field under validation must be not be included in the provided blacklist.
The path to the blacklist file can be set with the password-laravel.blacklist_file config option. If it is not set it defaults to this list.
The field under validation must contain the domain specified in password-laravel.domain.
The field under validation must not be shorter than the length specified in password-laravel.minimum_length config option.
If it is not set it defaults to 8 characters.
The field under validation must be a mix of upper and lower case characters.
The field under validation must contain at least the number of numeric characters specified in password-laravel.minimum_numeric.
If it is not set it defaults to 1 character.
The field under validation must contain at least the number of special characters specified in password-laravel.special.minimum.
If it is not set it defaults to 1 character.
A default list of special characters is given in password-laravel.special.whitelist.