Added automatic controller detection.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell
2012-03-12 17:03:09 -05:00
parent c514ca1e34
commit b65380d6ff
2 changed files with 53 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
|
*/
Route::get('/, home', function()
Route::get('/', function()
{
return View::make('home.index');
});