Edited readme.md via GitHub

This commit is contained in:
Taylor Otwell 2011-07-14 09:58:29 -07:00
parent a571b51d4f
commit eec19f700e
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ ## Introduction
Laravel is a clean and classy framework for PHP web development. Freeing you from spaghetti code, Laravel helps you create wonderful applications using simple, expressive syntax. Development should be a creative experience that you enjoy, not something that is painful. Enjoy the fresh air.
<a name="top">
## Table Of Contents
### Getting Started
@ -79,6 +80,8 @@ ### Problems?
- Make sure the **public** directory is the document root of your web server.
- If you are using mod\_rewrite, set the **index** option in **application/config/application.php** to an empty string.
[Back To Top](#top)
<a name="config"></a>
## Basic Configuration