password-strength-indicator

所属分类:后台框架
开发工具:HTML
文件大小:11KB
下载次数:0
上传日期:2019-09-30 03:02:10
上 传 者sh-1993
说明:  Laravel的密码强度指示器
(a password strength indicator for Laravel)

文件列表:
composer.json (864, 2019-09-30)
src (0, 2019-09-30)
src\PasswordStrengthFacade.php (236, 2019-09-30)
src\PasswordStrengthServiceProvider.php (834, 2019-09-30)
src\assets (0, 2019-09-30)
src\assets\password-strength.css (1126, 2019-09-30)
src\assets\password-strength.js (0, 2019-09-30)
src\views (0, 2019-09-30)
src\views\asset.blade.php (1273, 2019-09-30)
src\views\password-meter.blade.php (158, 2019-09-30)
vendor (0, 2019-09-30)
vendor\autoload.php (178, 2019-09-30)
vendor\composer (0, 2019-09-30)
vendor\composer\ClassLoader.php (13422, 2019-09-30)
vendor\composer\LICENSE (1070, 2019-09-30)
vendor\composer\autoload_classmap.php (147, 2019-09-30)
vendor\composer\autoload_namespaces.php (149, 2019-09-30)
vendor\composer\autoload_psr4.php (214, 2019-09-30)
vendor\composer\autoload_real.php (1762, 2019-09-30)
vendor\composer\autoload_static.php (867, 2019-09-30)
vendor\composer\installed.json (3, 2019-09-30)

**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](https://github.com/dropbox/zxcvbn). **Installation** First and foremost, composer require uzzairwebstudio/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. @include('password-strength::password-meter') That's it.

近期下载者

相关文件


收藏者