Skip to content

Instantly share code, notes, and snippets.

@masarugen
Created August 8, 2012 05:53
Show Gist options
  • Save masarugen/3292551 to your computer and use it in GitHub Desktop.
Save masarugen/3292551 to your computer and use it in GitHub Desktop.
Route::get('(:any)/(:num?)', function($p1 = 'zzzz', $p2 = 9999)
{
return "$p1 $p2";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment