Skip to content

Instantly share code, notes, and snippets.

@clarkf
Created January 18, 2014 02:07
Show Gist options
  • Save clarkf/8485226 to your computer and use it in GitHub Desktop.
Save clarkf/8485226 to your computer and use it in GitHub Desktop.
<?php
Route::group(array('prefix' => 'admin'), function() {
Route::get('users', 'AdminUsersController@index');
// Routes GET /admin/users => AdminUsersController#index()
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment