From d9ffabb623d0b1878dc353dd6b20ebaa3906b1ba Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 26 Jan 2012 15:59:56 -0600 Subject: [PATCH] added bundle config comment. --- bundles/bundles.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/bundles/bundles.php b/bundles/bundles.php index eed6d54d..4de7e455 100644 --- a/bundles/bundles.php +++ b/bundles/bundles.php @@ -1,3 +1,32 @@ array( +| 'location' => 'admin', +| 'handles' => 'admin', +| ), +| +| Note that the "location" is relative to the "bundles" directory. +| Now the bundle will be recognized by Laravel and will be able +| to respond to requests beginning with "admin"! +| +*/ + return array(); \ No newline at end of file