Skip to content

Commit f1005d1

Browse files
authored
Added TOC to readme
1 parent 3f43ab3 commit f1005d1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,39 @@ easily handle a user verification and validate the e-mail.
3030
- [x] Set the user as verified
3131
- [x] Relaunch the process anytime
3232

33+
## Table of Contents
34+
35+
- [INSTALLATION](#installation)
36+
* [Add the Service Provider & Facade/Alias](#add-the-service-provider---facade-alias)
37+
- [CONFIGURATION](#configuration)
38+
* [Migration](#migration)
39+
- [Middleware](#middleware)
40+
* [Default middleware](#default-middleware)
41+
* [Custom middleware](#custom-middleware)
42+
- [E-MAIL](#e-mail)
43+
* [E-mail View](#e-mail-view)
44+
- [ERRORS](#errors)
45+
* [Error View](#error-view)
46+
- [USAGE](#usage)
47+
* [Routes](#routes)
48+
+ [Overriding package routes](#overriding-package-routes)
49+
* [Traits](#traits)
50+
* [Endpoints](#endpoints)
51+
* [API](#api)
52+
* [Facade](#facade)
53+
* [Attributes/Properties](#attributes-properties)
54+
* [Translations](#translations)
55+
* [Auto-login](#auto-login)
56+
* [Customize](#customize)
57+
- [GUIDELINES](#guidelines)
58+
* [Example](#example)
59+
- [RELAUNCH THE PROCESS ANYTIME](#relaunch-the-process-anytime)
60+
- [LARAVEL SPARK](#laravel-spark)
61+
- [CONTRIBUTE](#contribute)
62+
- [LICENSE](#license)
63+
64+
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
65+
3366
## INSTALLATION
3467

3568
This project can be installed via [Composer](http://getcomposer.org). To get

0 commit comments

Comments
 (0)