Skip to content

Commit f2d35d2

Browse files
[9.x] Adds link to encryption documentation (laravel#8263)
* Add link to encryption * Update configuration.md Co-authored-by: Taylor Otwell <[email protected]>
1 parent de67e86 commit f2d35d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ If you are developing with a team, you may wish to continue including a `.env.ex
5252

5353
Your `.env` file should not be committed to your application's source control, since each developer / server using your application could require a different environment configuration. Furthermore, this would be a security risk in the event an intruder gains access to your source control repository, since any sensitive credentials would get exposed.
5454

55+
However, it is possible to encrypt your environment file using Laravel's built-in [environment encryption](#encrypting-environment-files). Encrypted environment files may be placed in source control safely.
56+
5557
<a name="additional-environment-files"></a>
5658
#### Additional Environment Files
5759

0 commit comments

Comments
 (0)