Added automatic controller detection.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
|
||||
*/
|
||||
|
||||
Route::get('/, home', function()
|
||||
Route::get('/', function()
|
||||
{
|
||||
return View::make('home.index');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user