Download the PHP package emiliopedrollo/laravel-secure-passwords without Composer
On this page you can find all versions of the php package emiliopedrollo/laravel-secure-passwords. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download emiliopedrollo/laravel-secure-passwords
More information about emiliopedrollo/laravel-secure-passwords
Files in emiliopedrollo/laravel-secure-passwords
Download emiliopedrollo/laravel-secure-passwords
More information about emiliopedrollo/laravel-secure-passwords
Files in emiliopedrollo/laravel-secure-passwords
Vendor emiliopedrollo
Package laravel-secure-passwords
Short Description Provide useful ways to ensure strong passwords via validation
License MIT
Homepage https://github.com/emiliopedrollo/secure-passwords
Package laravel-secure-passwords
Short Description Provide useful ways to ensure strong passwords via validation
License MIT
Homepage https://github.com/emiliopedrollo/secure-passwords
Please rate this library. Is it a good library?
Informations about the package laravel-secure-passwords
Laravel Secure Passwords
This package provides useful ways to ensure strong passwords via validation in Laravel 6 applications.
The provided new validations:
- alphabetic characters
- numeric characters
- mixed case characters
- symbols
- common used passwords (provided by SplashData)
Documentation
Installation
Get the package
.
Usage
Now Laravel's native Validator
is extended by those rules:
- has_uppercase
- has_lowercase
- has_both_cases
- has_digit
- has_letter
- has_symbol
- not_a_common_password
Example
You can apply these rules as described in the validation section on Laravel's website
History
[Laravel 5]
[0.1]
- Initial release
License
This package is under the MIT license. See the complete license:
Reporting Issues or Feature Requests
Issues and feature requests are tracked on GitHub.
All versions of laravel-secure-passwords with dependencies
PHP Build Version
Package Version
The package emiliopedrollo/laravel-secure-passwords contains the following files
Loading the files please wait ....