Skip to content

Commit

Permalink
working on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 29, 2015
1 parent 5ed25d5 commit c0caaee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- [Installation](#installation)
- [Configuration](#configuration)
- [Basic Configuration](#basic-configuration)
- [Naming Your Application](#naming-your-application)
- [Environment Configuration](#environment-configuration)
- [Configuration Caching](#configuration-caching)
Expand Down Expand Up @@ -49,6 +50,9 @@ You may also install Laravel by issuing the Composer `create-project` command in
<a name="configuration"></a>
## Configuration

<a name="basic-configuration"></a>
### Basic Configuration

All of the configuration files for the Laravel framework are stored in the `config` directory. Each option is documented, so feel free to look through the files and get familiar with the options available to you.

#### Directory Permissions
Expand Down

0 comments on commit c0caaee

Please sign in to comment.