2017 © Pedro Peláez
 

library password-laravel

Bindings for groundsix/password for laravel

image

groundsix/password-laravel

Bindings for groundsix/password for laravel

  • Monday, October 16, 2017
  • by groundsix
  • Repository
  • 4 Watchers
  • 0 Stars
  • 1,825 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

password-laravel

Latest Version on Packagist, (*1)

Bindings for groundsix/password for laravel, (*2)

Available Validation Rules

password_blacklist

The field under validation must be not be included in the provided blacklist., (*3)

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., (*4)

password_domain

The field under validation must contain the domain specified in password-laravel.domain., (*5)

password_minimum_length

The field under validation must not be shorter than the length specified in password-laravel.minimum_length config option., (*6)

If it is not set it defaults to 8 characters., (*7)

password_mixed_case

The field under validation must be a mix of upper and lower case characters., (*8)

password_minimum_numeric

The field under validation must contain at least the number of numeric characters specified in password-laravel.minimum_numeric., (*9)

If it is not set it defaults to 1 character., (*10)

password_minimum_special

The field under validation must contain at least the number of special characters specified in password-laravel.special.minimum., (*11)

If it is not set it defaults to 1 character., (*12)

A default list of special characters is given in password-laravel.special.whitelist., (*13)

The Versions

16/10 2017

dev-master

9999999-dev

Bindings for groundsix/password for laravel

  Sources   Download

MIT

The Requires

 

by Anthony Porthouse

16/10 2017

0.1.0

0.1.0.0

Bindings for groundsix/password for laravel

  Sources   Download

MIT

The Requires

 

by Anthony Porthouse

27/04 2017

v0.0.1

0.0.1.0

Bindings for groundsix/password for laravel

  Sources   Download

MIT

The Requires

 

by Anthony Porthouse