Download the PHP package uzzaircode/password-strength without Composer
On this page you can find all versions of the php package uzzaircode/password-strength. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download uzzaircode/password-strength
More information about uzzaircode/password-strength
Files in uzzaircode/password-strength
Download uzzaircode/password-strength
More information about uzzaircode/password-strength
Files in uzzaircode/password-strength
Vendor uzzaircode
Package password-strength
Short Description password strength package for html
License MIT
Package password-strength
Short Description password strength package for html
License MIT
Please rate this library. Is it a good library?
Informations about the package password-strength
Password Strength Indicator
This is the password stength indicator package written for Laravel. The indicator algorithm is taken from Dropbox Low-Budget Password Strength Estimation.
Installation
First and foremost,
composer require uzzaircode/password-strength
then include the blade file which contains assets link in your master template.
@include('password-strength::asset')
Make sure to add 'password' id to your password input and include the password strength meter view just below the password input.
<input type="password" name="password" id="password">
@include('password-strength::password-meter')
That's it.
All versions of password-strength with dependencies
PHP Build Version
Package Version
No informations.
The package uzzaircode/password-strength contains the following files
Loading the files please wait ....