Skip to content

Instantly share code, notes, and snippets.

@samdark
Created March 31, 2015 15:20
Show Gist options
  • Save samdark/1af61629cb0f1c4cf588 to your computer and use it in GitHub Desktop.
Save samdark/1af61629cb0f1c4cf588 to your computer and use it in GitHub Desktop.
Routing
// Laravel
Route::get('user/{id}', 'UserController@showProfile');
// Yii
'user/<id>' => 'user/profile',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment