Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Apr 26, 2018
1 parent feb5bbc commit 3714b25
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# 🔒 Laravel Password Exposed Validation Rule

[![StyleCI](https://styleci.io/repos/131214375/shield?branch=master)](https://styleci.io/repos/131214375)

This package provides a Laravel validation rule that checks if a password has been exposed in a data breach.

Requires Laravel 5.1 or above.
<p align="center">
<img src="assets/images/laravel-password-exposed.png">
</p>

<p align="center">
<a href="https://styleci.io/repos/131214375"><img src="https://styleci.io/repos/131214375/shield?branch=master" alt="StyleCI"></a>
</p>

## Installation

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

Please note that this package requires Laravel 5.1 or above.

## Usage

The following code snippet shows an example of how to use the password exposed validation rule.
Expand Down
Binary file added assets/images/laravel-password-exposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3714b25

Please sign in to comment.