Skip to content

Commit

Permalink
Add to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 22, 2015
1 parent 34017d7 commit 103a627
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion encryption.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Encryption

Laravel provides facilities for strong AES encryption via the mcrypt PHP extension:
- [Introduction](#introduction)
- [Basic Usage](#basic-usage)

<a name="introduction"></a>
## Introduction

Laravel provides facilities for strong AES encryption via the Mcrypt PHP extension.

<a name="basic-usage"></a>
## Basic Usage

#### Encrypting A Value

Expand Down

0 comments on commit 103a627

Please sign in to comment.