Skip to content

Instantly share code, notes, and snippets.

@trq
Created January 6, 2013 03:19
Show Gist options
  • Save trq/4465016 to your computer and use it in GitHub Desktop.
Save trq/4465016 to your computer and use it in GitHub Desktop.
<?php
$routes->group(['hostname' => '{username}.domain.com'], function() use ($routes) {
$routes->attach('user.home', new Route('/'));
$routes->attach('user.edit', new Route('/edit'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment