File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ Example:
318318### Using the Encryption Flag
319319
320320Edit the configuration file you are using (.env or custom config file) and add the encryption flag defined in
321- ` config/ecryptenv .php ` as a prefix to each value you want to encrypt
321+ ` config/encryptenv .php ` as a prefix to each value you want to encrypt
322322
323323Example .env File with default Encrypt Flag !ENC:
324324```
@@ -334,7 +334,7 @@ SERVICE_API_KEY=!ENC:qZXFuZWh0NFE9PSIsInZhbHVlIjoidmNpRUV5em
334334
335335```
336336
337- It works the same in a php configuration file that you define for ` custom_config_file ` in ` config/ecryptenv .php `
337+ It works the same in a php configuration file that you define for ` custom_config_file ` in ` config/encryptenv .php `
338338
339339``` php
340340<?php
You can’t perform that action at this time.
0 commit comments