msamgan / laravel-env-keys-checker

check if all the keys are available across all the .env files.
MIT License
56 stars 3 forks source link

Add environment vars in config file #10

Closed pelmered closed 1 month ago

pelmered commented 1 month ago

As the defaults are the same this should be fully backwards compatible. The only potential issue is if you have already defined the same environment vars, but that is very unlikely.

msamgan commented 1 month ago

thanks for the PR. Ill review and get back to you. Also, can you please change the PR from main to v1.4.0

thank you.

msamgan commented 1 month ago

Never mind. I fixed and merged.