Skip to content

Instantly share code, notes, and snippets.

@sasasa671
Created July 16, 2014 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sasasa671/6f20fbebef46e66a8aa9 to your computer and use it in GitHub Desktop.
Save sasasa671/6f20fbebef46e66a8aa9 to your computer and use it in GitHub Desktop.
Route::get('{username}/{id}', function($user)
{
return 'User '.$user;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment