improve bundle configuration and registration.

This commit is contained in:
Taylor Otwell
2012-01-26 20:07:02 -06:00
parent 300ab50a84
commit 70082508f5
4 changed files with 20 additions and 5 deletions

View File

@@ -35,6 +35,7 @@
Router::register(array('GET /', 'GET /home'), function()
{
var_dump(Bundle::$bundles);
return View::make('home.index');
});