Skip to content

Instantly share code, notes, and snippets.

@cpierce
Created January 9, 2015 15:14
Show Gist options
  • Save cpierce/a24bc5b22d265ce5aa5d to your computer and use it in GitHub Desktop.
Save cpierce/a24bc5b22d265ce5aa5d to your computer and use it in GitHub Desktop.
Router::prefix('admin', function ($routes) {
$routes->connect('/:controller');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment