uzzaircode/password-strength
Composer 安装命令:
composer require uzzaircode/password-strength
包简介
password strength package for html
README 文档
README
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.
统计信息
- 总下载量: 55
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-15