Skip to content

Instantly share code, notes, and snippets.

@kirikintha
Created May 4, 2014 00:28
Show Gist options
  • Save kirikintha/5ab893f7d26813f61354 to your computer and use it in GitHub Desktop.
Save kirikintha/5ab893f7d26813f61354 to your computer and use it in GitHub Desktop.
Laravel Environment Detection For Mac
/*
|--------------------------------------------------------------------------
| Detect The Application Environment
|--------------------------------------------------------------------------
|
| Laravel takes a dead simple approach to your application environments
| so you can just specify a machine name for the host that matches a
| given environment, then we will automatically detect it for you.
|
*/
$env = $app->detectEnvironment(array(
'local' => array('*.local'),
));
@kirikintha
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment