Skip to content

Instantly share code, notes, and snippets.

@frknikiz
Created June 5, 2015 23:03
Show Gist options
  • Save frknikiz/af0ad72df85939f38c40 to your computer and use it in GitHub Desktop.
Save frknikiz/af0ad72df85939f38c40 to your computer and use it in GitHub Desktop.

Revisions

  1. frknikiz created this gist Jun 5, 2015.
    7 changes: 7 additions & 0 deletions start.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    $env = $app->detectEnvironment(array(

    //'local' => array('homestead'),

    'local' => array('*.dev', gethostname()),
    'production' => array('*.com', '*.net', 'www.somedomain.com')
    ));