Skip to content

Commit f90521e

Browse files
committed
Merge pull request laravel#1580 from akshayagarwal/patch-4
Add information about app environment name setting
2 parents b3b8604 + 4a5f26d commit f90521e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ If you are developing with a team, you may wish to continue including a `.env.ex
115115

116116
#### Accessing The Current Application Environment
117117

118-
You may access the current application environment via the `environment` method on the `App` [facade](/docs/{{version}}/facades):
118+
The current application environment is set using the `APP_ENV` variable inside your `.env` file. You may access this value via the `environment` method on the `App` [facade](/docs/{{version}}/facades):
119119

120120
$environment = App::environment();
121121

0 commit comments

Comments
 (0)