From c99b9f09eb07ac604f0435bfcd766773d0a13da0 Mon Sep 17 00:00:00 2001 From: Don Gilbert Date: Tue, 19 Jul 2011 10:34:24 -0700 Subject: [PATCH] Updating routes comment to include link for organizing routes --- application/routes.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/routes.php b/application/routes.php index 2f7242be..dd10074c 100644 --- a/application/routes.php +++ b/application/routes.php @@ -12,6 +12,9 @@ | | 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()