Skip to content

Commit a9acda9

Browse files
author
Matthew Guillot
committed
2 parents 32811e5 + 260c91f commit a9acda9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,14 +436,14 @@ If you set everything up correctly, Laravel should now be working with your encr
436436

437437
Note: You should run `php artisan config:clear` to clear your config cache just to be sure everything is truly working.
438438

439-
### Running console commands that require encrypted environment variables
439+
### Running console commands that require decrypted environment variables
440440
`php artisan encryptenv:console`
441441

442442
This command exists to allow you to run console commands that require your environment variables to be decrypted during execution.
443443

444444
For example `php artisan encryptenv:console 'php artisan migrate'`
445445

446-
The first required argument `console_command` which must be wrapped in single quotes or regular quotes
446+
The first required argument `console_command`, must be wrapped in single quotes or regular quotes
447447

448448
The second optional argument is `configkey`. This allows you to add console commands that require the CONFIGKEY to deployment scripts or cron jobs.
449449

0 commit comments

Comments
 (0)