File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ $ padlock
3737 --key[=KEY] The encryption key
3838 --cipher[=CIPHER] The encryption cipher
3939 --env[=ENV] The environment the command should run under
40- --force Overwrite the existing encrypted environment file
40+ --force Overwrite the existing environment file
41+ --path[=PATH] Path to write the decrypted file
42+ --filename[=FILENAME] Filename of the decrypted file
4143
4244 env:encrypt Encrypt an environment file
4345 --key[=KEY] The encryption key
4446 --cipher[=CIPHER] The encryption cipher
4547 --env[=ENV] The environment the command should run under
46- --force Overwrite the existing environment file
47- --path[=PATH] Path to write the decrypted file
48- --filename[=FILENAME] Filename of the decrypted file
49-
48+ --prune Delete the original environment file
49+ --force Overwrite the existing encrypted environment file
5050```
5151
5252Run the below commands to encrypt and decrypt environment files in the current directory.
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^8.2" ,
20- "illuminate/encryption" : " ^11 .0" ,
20+ "illuminate/encryption" : " ^12 .0" ,
2121 "laravel-zero/phar-updater" : " ^1.4" ,
22- "nunomaduro/termwind" : " ^2.0 "
22+ "nunomaduro/termwind" : " ^2.3 "
2323 },
2424 "require-dev" : {
25- "laravel-zero/foundation" : " ^11 .0" ,
26- "laravel-zero/framework" : " ^11 .0" ,
27- "laravel/pint" : " ^1.18 " ,
25+ "laravel-zero/foundation" : " ^12 .0" ,
26+ "laravel-zero/framework" : " ^12 .0" ,
27+ "laravel/pint" : " ^1.22 " ,
2828 "mockery/mockery" : " ^1.6" ,
29- "pestphp/pest" : " ^3.0 "
29+ "pestphp/pest" : " ^3.8 "
3030 },
3131 "autoload" : {
3232 "psr-4" : {
You can’t perform that action at this time.
0 commit comments