Skip to content

Commit 28ff6d5

Browse files
committed
Readme - Total Downloads and Licence Badge added to readme file.
1 parent c1c5d85 commit 28ff6d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[![Build Status](https://travis-ci.org/thecodework/two-factor-authentication.svg?branch=master)](https://travis-ci.org/thecodework/two-factor-authentication)
22
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/thecodework/two-factor-authentication/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/thecodework/two-factor-authentication/?branch=master)
33
[![StyleCI](https://styleci.io/repos/85341644/shield?branch=master)](https://styleci.io/repos/85341644)
4+
[![Total Downloads](https://poser.pugx.org/thecodework/two-factor-authentication/downloads)](https://packagist.org/packages/thecodework/two-factor-authentication)
5+
[![License](https://poser.pugx.org/thecodework/two-factor-authentication/license)](https://packagist.org/packages/thecodework/two-factor-authentication)
46

57
# Laravel Two Factor Authentication
68

@@ -61,9 +63,9 @@ $ php artisan vendor:publish --provider="Thecodework\TwoFactorAuthentication\Two
6163
Once the config file is published you can navigate to config directory of your application and look for `2fa-config.php` file and change configuration as you want.
6264

6365
**6. Setup 2FA for user**
64-
66+
6567
**• Enable 2FA**
66-
68+
6769
Now login to the application and visit `/setup-2fa/` route, which will show a barcode which can be scanned either using Google Authenticator or Authy mobile application as described above.
6870
Scan that code and click **Enable Two Factor Authentication**.
6971

0 commit comments

Comments
 (0)