Merge pull request #29 from dongilbert/master

Simple update to Routes Comment
This commit is contained in:
Taylor Otwell
2011-07-19 10:59:36 -07:00

View File

@@ -12,6 +12,9 @@ return array(
|
| It's a breeze. Simply tell Laravel the request URIs it should respond to.
|
| Alternatively, you can organize your routes in a /routes/ subfolder.
| See http://laravel.com/docs/start/routes#organize for an example.
|
*/
'GET /' => function()