working on offline docs.

This commit is contained in:
Taylor Otwell
2012-04-02 09:47:30 -05:00
parent 902e8c7500
commit 686f83ae8e
9 changed files with 1790 additions and 27 deletions

View File

@@ -35,7 +35,7 @@
Route::get('/', function()
{
return Redirect::to('docs');
return View::make('home.index');
});
/*