Skip to content

Commit 27cbb92

Browse files
committed
update readme
1 parent 6f23639 commit 27cbb92

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88

99
Table of contents:
1010
- [About](#about)
11+
- [Features](#features)
12+
- [Requirements](#requirements)
13+
- [Installation Instructions](#installation-instructions)
14+
- [Configuration](#configuration)
15+
- [Environment File](#environment-file)
16+
- [Usage](#usage)
17+
- [Routes](#routes)
18+
- [Screenshots](#screenshots)
19+
- [File Tree](#file-tree)
1120
- [Future](#future)
1221
- [License](#license)
1322

@@ -16,6 +25,28 @@ Laravel 2-Step verification is a package to add 2-Step user authentication to an
1625

1726
Laravel 2-Step Authentication Verification for Laravel. Can be used in out the box with Laravel's authentication scaffolding or integrated into other projects.
1827

28+
29+
### Features
30+
31+
| Laravel 2 Step Verification |
32+
| :------------ |
33+
| XXX |
34+
35+
### Requirements
36+
* [Laravel 5.3, 5.4, or 5.5+](https://laravel.com/docs/installation)
37+
38+
### Installation Instructions
39+
1. From your projects root folder in terminal run:
40+
41+
```bash
42+
composer require jeremykenedy/laravel2step
43+
```
44+
45+
2. Register the package
46+
47+
...
48+
49+
1950
### Future
2051
* Readme
2152
* Screenshots

0 commit comments

Comments
 (0)