Skip to content

Instantly share code, notes, and snippets.

@syossan27
Created June 9, 2014 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syossan27/8b8301e59383c05ae0d5 to your computer and use it in GitHub Desktop.
Save syossan27/8b8301e59383c05ae0d5 to your computer and use it in GitHub Desktop.
Application In Production!を表示させない方法 ref: http://qiita.com/syo/items/fc0e2bb987fa63a630f4
$env = $app->detectEnvironment(array(
'local' => array('*'),
// 'local' => array('your-machine-name'),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment