Managing production environment variables for Laravel deployments
– flareapp.io - submitted by Spatie
"Secret secrets are no fun, secret secrets hurt someone" unless managed right in your Laravel deployment! For Flare, we explored alternative solutions to the classic .env files deployed with every Laravel application. We looked at deploying the .env file using Ansible, using config servers, the env:encrypt command, and eventually git-secret, to keep our production environment variables safe and sound.
Read more [flareapp.io]