We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e668ce6 commit 5b754bfCopy full SHA for 5b754bf
README.md
@@ -8,6 +8,7 @@ This package provides a Laravel validation rule that checks if a password has be
8
9
<p align="center">
10
<a href="https://styleci.io/repos/131214375"><img src="https://styleci.io/repos/131214375/shield?branch=master" alt="StyleCI"></a>
11
+ <img src="https://img.shields.io/packagist/dt/divineomega/laravel-password-exposed-validation-rule.svg"/>
12
</p>
13
14
## Installation
@@ -30,4 +31,4 @@ use DivineOmega\LaravelPasswordExposedValidationRule\PasswordExposed;
30
31
$request->validate([
32
'password' => ['required', new PasswordExposed],
33
]);
-```
34
+```
0 commit comments