Browse Source

Merge pull request #29 from dongilbert/master

Simple update to Routes Comment
Taylor Otwell 13 years ago
parent
commit
2d39ec5efe
1 changed files with 3 additions and 0 deletions
  1. 3 0
      application/routes.php

+ 3 - 0
application/routes.php

@@ -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()