Skip to content

Commit 68072f2

Browse files
authored
[11.x] reference url config variable instead of timezone (#10161)
* reference `url` config variable instead of `timezone` further discourage changing the timezone from the default "UTC" value. for the uninformed, the previous wording might seem to suggest changing the timezone based on your application is common and/or recommended practice. * switch away from `timezone` again
1 parent cf4612c commit 68072f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
All of the configuration files for the Laravel framework are stored in the `config` directory. Each option is documented, so feel free to look through the files and get familiar with the options available to you.
1919

20-
These configuration files allow you to configure things like your database connection information, your mail server information, as well as various other core configuration values such as your application timezone and encryption key.
20+
These configuration files allow you to configure things like your database connection information, your mail server information, as well as various other core configuration values such as your application URL and encryption key.
2121

2222
<a name="the-about-command"></a>
2323
#### The `about` Command

installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Once you have started the development server, your application will be accessibl
116116

117117
All of the configuration files for the Laravel framework are stored in the `config` directory. Each option is documented, so feel free to look through the files and get familiar with the options available to you.
118118

119-
Laravel needs almost no additional configuration out of the box. You are free to get started developing! However, you may wish to review the `config/app.php` file and its documentation. It contains several options such as `timezone` and `locale` that you may wish to change according to your application.
119+
Laravel needs almost no additional configuration out of the box. You are free to get started developing! However, you may wish to review the `config/app.php` file and its documentation. It contains several options such as `url` and `locale` that you may wish to change according to your application.
120120

121121
<a name="environment-based-configuration"></a>
122122
### Environment Based Configuration

0 commit comments

Comments
 (0)