Browse Source

Edited readme.md via GitHub

Taylor Otwell 13 years ago
parent
commit
b2b40a24a5
1 changed files with 43 additions and 1 deletions
  1. 43 1
      readme.md

+ 43 - 1
readme.md

@@ -6,4 +6,46 @@ Laravel is a clean and classy framework for PHP web development. Freeing you fro
 
 ## Table Of Contents
 
-- <a href="#installation">Installation</a>
+### Getting Started
+
+- <a href="#installation">Requirements & Installation</a>
+- <a href="#config">Basic Configuration</a>
+- <a href="#routes">Routes</a>
+- <a href="#views">Views & Responses</a>
+- <a href="#urls">Generating URLs</a>
+- <a href="#html">Generating HTML</a>
+- <a href="#errors">Errors & Logs</a>
+
+### Input
+
+- <a href="#input">Retrieving Input</a>
+- <a href="#cookie">Cookies</a>
+- <a href="#validation">Validation</a>
+- <a href="#forms">Building Forms</a>
+
+### Database
+
+- <a href="#db-config">Configuration</a>
+- <a href="#db-usage">Usage</a>
+- <a href="#fluent">Fluent Query Builder</a>
+- <a href="#eloquent">Eloquent ORM</a>
+
+### Caching
+
+- <a href="#cache-config">Configuration</a>
+- <a href="#cache-usage">Usage</a>
+
+### Sessions
+
+- <a href="#session-config">Configuration</a>
+- <a href="#session-usage">Usage</a>
+
+### Authentication
+
+- <a href="#auth-config">Configuration</a>
+- <a href="#auth-usage">Usage</a>
+
+### Other Topics
+
+- <a href="#lang">Localization</a>
+- <a href="#crypt">Encryption</a>