Skip to content

Instantly share code, notes, and snippets.

@chonthu
Created April 29, 2013 14:33
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 chonthu/5481941 to your computer and use it in GitHub Desktop.
Save chonthu/5481941 to your computer and use it in GitHub Desktop.
Route::group(array('before' => 'auth'), function()
{
Route::get('/dashboard', array('as' => 'dashboard', 'uses' => 'DashboardController@main'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment