home page route
This commit is contained in:
@ -21,4 +21,9 @@ Route::get('/', function()
|
||||
Route::get('jouer', function()
|
||||
{
|
||||
return 'Viens jouer avec moi !';
|
||||
});
|
||||
});
|
||||
|
||||
Route::get('home', function()
|
||||
{
|
||||
return View::make('home');
|
||||
});
|
||||
|
Reference in New Issue
Block a user