adding env to app config

This commit is contained in:
Taylor Otwell 2015-12-08 14:25:11 -06:00
parent 1d0853b638
commit 7ef3839fbf
1 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,19 @@
return [
/*
|--------------------------------------------------------------------------
| Application Environment
|--------------------------------------------------------------------------
|
| This value determines the "environment" your application is currently
| running in. This may determine how you prefer to configure various
| services your application utilizes. Set this in your ".env" file.
|
*/
'env' => env('APP_ENV', 'production'),
/*
|--------------------------------------------------------------------------
| Application Debug Mode