In this section you'll find links submitted by others.

Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?

To be able to submit a link you need to log in first.

Log in

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]