From 7719cc66570f508324cb6ce81153b4c1425bf863 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 28 Jul 2011 13:42:04 -0500 Subject: [PATCH] Cleaning up configuration comments. --- application/config/aliases.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/application/config/aliases.php b/application/config/aliases.php index 7bf753df..71458bec 100644 --- a/application/config/aliases.php +++ b/application/config/aliases.php @@ -10,7 +10,11 @@ return array( | Here, you can specify any class aliases that you would like registered | when Laravel loads. Aliases are lazy-loaded, so add as many as you want. | - | We have already setup a few to make your life easier. + | Aliases make it more convenient to use namespaced classes. Instead of + | referring to the class using its full namespace, you may simply use + | the alias defined here. + | + | We have already aliased common Laravel classes to make your life easier. | */