opened up bundles to live anywhere and respond to any URI.'

This commit is contained in:
Taylor Otwell
2012-01-26 14:37:43 -06:00
parent d3d3ffc168
commit 8dfb50c835
7 changed files with 128 additions and 75 deletions

View File

@@ -0,0 +1,10 @@
<?php
return array(
'dashboard' => array(
'location' => 'dashboard',
'handles' => 'dashboard',
),
);