hey guys,
Every developer has faced the issue of forgetting to update the keys in .env.examples or other .env files.
To resolve this I created
github.com/msamgan/laravel-env-keys-checker
Back
•
Nice! You should remove the config, database, resources and workbench folder and remove any testing stubs the package doesn’t need
•
Thanks for the suggestion. There are plans in place to use them in future releases, but I will sure remove all the files not needed.
Update:
Now, you can add the configuration to ignore said files and keys, and you can also configure the package to add the missing keys to the respective files automatically.
•
Please do star the repo, if you like it.
Also, all feedback and feature suggestions are welcome.