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