From d36aa5129227bccc2f17b4592b24010471b71483 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 7 Feb 2012 15:22:18 -0600 Subject: [PATCH] moved bundles file to base directory. --- bundles.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 bundles.php diff --git a/bundles.php b/bundles.php new file mode 100644 index 00000000..49d126bb --- /dev/null +++ b/bundles.php @@ -0,0 +1,36 @@ + 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"! +| +| Have a bundle that lives in the root of the bundle directory +| and doesn't respond to any requests? Just add the bundle +| name to the array and we'll take care of the rest. +| +*/ + +return array(); \ No newline at end of file