Skip to content

Instantly share code, notes, and snippets.

@joeltaylor
Created April 13, 2014 12:57
Show Gist options
  • Save joeltaylor/10583071 to your computer and use it in GitHub Desktop.
Save joeltaylor/10583071 to your computer and use it in GitHub Desktop.
Route::get('/', 'HomeController@showWelcome');
Route::get('/', function()
{
return View::make('hello');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment