Skip to content

Commit 1babec4

Browse files
committed
Work on docs.
1 parent 4b16aeb commit 1babec4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

installation.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
- [Install Laravel](#install-laravel)
55
- [Server Requirements](#server-requirements)
66
- [Configuration](#configuration)
7-
- [Environment Configuration](#environment-configuration)
87
- [Pretty URLs](#pretty-urls)
98

109
<a name="install-composer"></a>
@@ -46,6 +45,8 @@ As of PHP 5.5, some OS distributions may require you to manually install the PHP
4645

4746
Laravel needs almost no configuration out of the box. You are free to get started developing! However, you may wish to review the `app/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.
4847

48+
Once Laravel is installed, you should also [configure your local environment](/docs/configuration#environment-configuration). This will allow you to receive detailed error messages when developing on your local machine. By default, detailed error reporting is disabled in your production configuration file.
49+
4950
<a name="permissions"></a>
5051
### Permissions
5152
Laravel may require one set of permissions to be configured: folders within app/storage require write access by the web server.
@@ -55,11 +56,6 @@ Laravel may require one set of permissions to be configured: folders within app/
5556

5657
Several of the framework directory paths are configurable. To change the location of these directories, check out the `bootstrap/paths.php` file.
5758

58-
<a name="environment-configuration"></a>
59-
## Environment Configuration
60-
61-
Once Laravel is installed, you should also [configure your local environment](/docs/configuration#environment-configuration). This will allow you to receive detailed error messages when developing on your local machine. By default, detailed error reporting is disabled in your production configuration file.
62-
6359
<a name="pretty-urls"></a>
6460
## Pretty URLs
6561

0 commit comments

Comments
 (0)