22
33![ image] ( https://github.com/user-attachments/assets/8f80ef4a-a777-46ed-bc49-e70e3c1bec60 ) 
44
5- 
65[ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/msamgan/laravel-env-keys-checker.svg?style=flat-square )] ( https://packagist.org/packages/msamgan/laravel-env-keys-checker ) 
76[ ![ GitHub Tests Action Status] ( https://img.shields.io/github/actions/workflow/status/msamgan/laravel-env-keys-checker/run-tests.yml?branch=main&label=tests&style=flat-square )] ( https://github.com/msamgan/laravel-env-keys-checker/actions?query=workflow%3Arun-tests+branch%3Amain ) 
87[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/msamgan/laravel-env-keys-checker.svg?style=flat-square )] ( https://packagist.org/packages/msamgan/laravel-env-keys-checker ) 
98
10- This package is used to check if all the keys are available across all the .env files.
11- This package is useful when you have multiple .env files,
12- and you want to make sure that all the keys are available across all the .env files.
9+ This package checks if all the keys are available across all the .env files. This package is useful when you have
10+ multiple .env files and want to ensure all the keys are available across all the .env files.
1311
1412With a team of developers, it is possible that some developers might forget to add the keys they used in their .env file
1513to the .env.example file or the other way around.
@@ -20,6 +18,7 @@ to the .env.example file or the other way around.
2018-  [ Installation] ( #installation ) 
2119-  [ Usage] ( #usage ) 
2220    -  [ To check if all the keys are available across all the .env files.] ( #to-check-if-all-the-keys-are-available-across-all-the-env-files ) 
21+         - [ Options] ( #options ) 
2322    -  [ To check if the .env and other provided files are present in .gitignore.] ( #to-check-if-the-env-and-other-provided-files-are-present-in-gitignore ) 
2423-  [ In Test] ( #in-test ) 
2524    -  [ To check if all the keys are available across all the .env files.] ( #to-check-if-all-the-keys-are-available-across-all-the-env-files-1 ) 
@@ -65,6 +64,15 @@ php artisan vendor:publish --tag="env-keys-checker-config"
6564php artisan env:keys-check
6665``` 
6766
67+ #### Options  
68+ 
69+ `` --auto-add `` : This option will add the missing keys to the .env files automatically.
70+ The possible values are `` ask `` ,
71+ `` auto `` , and `` none `` .
72+ The default value is `` ask `` .
73+ 
74+ `` --no-progress `` : This option will disable the progress bar.
75+ 
6876### To check if the .env and other provided files are present in .gitignore.  
6977
7078``` bash 
0 commit comments