From eec19f700e8b894c553fa4904db6dfc36f06751d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 14 Jul 2011 09:58:29 -0700 Subject: [PATCH] Edited readme.md via GitHub --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 16948abd..8698c3f9 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,7 @@ 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. + ## Table Of Contents ### Getting Started @@ -79,6 +80,8 @@ Installaing the following goodies will help you take full advantage of Laravel, - 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) + ## Basic Configuration