Skip to content

Commit 6bdf049

Browse files
authored
Update README.md
1 parent 16bfb36 commit 6bdf049

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
![Laravel 2 Step Verification](https://github-project-images.s3-us-west-2.amazonaws.com/logos/laravel2step-logo.png)
2+
13
# Laravel 2 Step Verification
4+
Laravel 2-Step Verification is a package to add 2-Step user authentication to any Laravel project easily. It is configurable and customizable. It uses notifications to send the user an email with a 4-digit verification code. Can be used in out the box with Laravel's authentication scaffolding or integrated into other projects.
25

36
[![Travis-CI Build](https://travis-ci.org/jeremykenedy/laravel2step.svg?branch=master)](https://travis-ci.org/jeremykenedy/laravel2step)
47
[![Latest Stable Version](https://poser.pugx.org/jeremykenedy/laravel2step/v/stable)](https://packagist.org/packages/jeremykenedy/laravel2step)
@@ -11,7 +14,6 @@
1114
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1215

1316
Table of contents:
14-
- [About](#about)
1517
- [Features](#features)
1618
- [Requirements](#requirements)
1719
- [Installation Instructions](#installation-instructions)
@@ -25,11 +27,6 @@ Table of contents:
2527
- [Opening an Issue](#opening-an-issue)
2628
- [License](#license)
2729

28-
### About
29-
Laravel 2-Step verification is a package to add 2-Step user authentication to any Laravel project easily. It is configurable and customizable. It uses notifications to send the user an email with a 4-digit verification code.
30-
31-
Laravel 2-Step Authentication Verification for Laravel. Can be used in out the box with Laravel's authentication scaffolding or integrated into other projects.
32-
3330
### Features
3431

3532
| Laravel 2 Step Verification Features |
@@ -237,4 +234,3 @@ Open source projects are a the community’s responsibility to use, contribute,
237234
238235
### License
239236
Laravel 2-Step Verification is licensed under the MIT license. Enjoy!
240-

0 commit comments

Comments
 (0)