From a850610c865e7ae2b8bb82bc3941394d6997acd4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 7 Feb 2012 15:22:02 -0600 Subject: [PATCH] move bundles file into base directory. --- bundles/bundles.php | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 bundles/bundles.php diff --git a/bundles/bundles.php b/bundles/bundles.php deleted file mode 100644 index 49d126bbd45..00000000000 --- a/bundles/bundles.php +++ /dev/null @@ -1,36 +0,0 @@ - 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