Skip to content

Instantly share code, notes, and snippets.

@dakota
Created October 31, 2014 10:17
Show Gist options
  • Save dakota/4d38d2c25c61447c6c0f to your computer and use it in GitHub Desktop.
Save dakota/4d38d2c25c61447c6c0f to your computer and use it in GitHub Desktop.
Router::scope('/users', ['controller' => 'Creators'], function (RouteBuilder $routes) {
$routes->connect('/add', ['action' => 'add']);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment