Skip to content

Instantly share code, notes, and snippets.

@alexandrecruz
Created November 7, 2014 11:09
Show Gist options
  • Save alexandrecruz/dc8e43df93071fd5400c to your computer and use it in GitHub Desktop.
Save alexandrecruz/dc8e43df93071fd5400c to your computer and use it in GitHub Desktop.
Suddomain routing
<?php
Route::group(array('domain' => '{account}.myapp.com'), function()
{
// conteúdo aqui
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment