Skip to content

Commit 3714b25

Browse files
committed
Improve README
1 parent feb5bbc commit 3714b25

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# 🔒 Laravel Password Exposed Validation Rule
22

3-
[![StyleCI](https://styleci.io/repos/131214375/shield?branch=master)](https://styleci.io/repos/131214375)
4-
53
This package provides a Laravel validation rule that checks if a password has been exposed in a data breach.
64

7-
Requires Laravel 5.1 or above.
5+
<p align="center">
6+
<img src="assets/images/laravel-password-exposed.png">
7+
</p>
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+
</p>
812

913
## Installation
1014

@@ -14,6 +18,8 @@ To install, just run the following Composer command.
1418
composer require divineomega/laravel-password-exposed-validation-rule
1519
```
1620

21+
Please note that this package requires Laravel 5.1 or above.
22+
1723
## Usage
1824

1925
The following code snippet shows an example of how to use the password exposed validation rule.
36.4 KB
Loading

0 commit comments

Comments
 (0)