From 94da7d26ab5f8e1e4069d9c4be50a7a9bc2dd50c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 23 Jun 2014 21:24:02 -0500 Subject: [PATCH] Update some documentation. --- configuration.md | 2 +- lifecycle.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.md b/configuration.md index 358ef5dd9b7..f971c2b4526 100644 --- a/configuration.md +++ b/configuration.md @@ -48,7 +48,7 @@ Simply create a folder within the `config` directory that matches your environme Notice that you do not have to specify _every_ option that is in the base configuration file, but only the options you wish to override. The environment configuration files will "cascade" over the base files. -Next, we need to instruct the framework how to determine which environment it is running in. The default environment is always `production`. However, you may setup other environments within the `bootstrap/start.php` file at the root of your installation. In this file you will find an `$app->detectEnvironment` call. The array passed to this method is used to determine the current environment. You may add other environments and machine names to the array as needed. +Next, we need to instruct the framework how to determine which environment it is running in. The default environment is always `production`. However, you may setup other environments within the `bootstrap/environment.php` file at the root of your installation. In this file you will find an `$app->detectEnvironment` call. The array passed to this method is used to determine the current environment. You may add other environments and machine names to the array as needed.