Improve .env handling

Issue #39 new
Igor Santos created an issue
  • have a separate folder for .env files (.env.local, .env.prod for instance, at config/env)
  • place those files in a private submodule
  • implement an Artisan command to infer the platform the code is running and move the correct file into root/.env
  • publish about this implementation on Medium
  • finally, make this repository public and place it in the footer

Comments (2)

  1. Log in to comment