Skip to content

Instantly share code, notes, and snippets.

@internoma
Forked from burakerdem/routes.php
Created July 4, 2014 12:02
Show Gist options
  • Save internoma/8f34f7aed662992c05dd to your computer and use it in GitHub Desktop.
Save internoma/8f34f7aed662992c05dd to your computer and use it in GitHub Desktop.
// http://forums.laravel.io/viewtopic.php?id=1943#p12005
Route::get('settings/(account|notifications|profile)', array(
'as' => 'settings',
'uses' => 'account.settings@(:1)'
));
URL::to_route('settings', 'profile');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment