laravel/bootstrap/environment.php
2014-06-23 21:22:55 -05:00

19 lines
481 B
PHP

<?php
/*
|--------------------------------------------------------------------------
| 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([
'local' => ['homestead'],
]);