Hi everyone π
A few days ago I shared here a tool Iβve been building for Laravel to make working with .env files a bit safer and less stressful.
Over the past weeks I realised how easy it is to break an application just by:
β’ missing an environment variable
β’ overwriting the wrong .env
β’ changing something in production too quickly
So I decided to build a small tool whose only job is to make .env management more safe, predictable and reversible β without turning Laravel into something itβs not.
Iβve now published a public product roadmap so that everything is clear and transparent:
π https://github.com/Vanni7544/config-manager/blob/main/ROADMAP.md
What the tool currently does
Right now Config Manager allows you to:
β export environment configuration
β validate required variables before export
β generate a .env.config-manager file
β optionally apply it using --apply
β automatically back up the previous .env
β rollback safely when needed
β show clear warnings when dealing with production
So instead of editing .env manually and hoping for the best,
the workflow becomes much more controlled and calm.
Whatβs coming next (Pro Edition)
In the roadmap I describe the next major goals, including:
πΉ local audit logs (no SaaS, no external services)
πΉ the ability to choose which backup to restore
πΉ a simple terminal CLI so nobody needs Tinker
πΉ better onboarding and safety UX
All development will stay focused on:
β safety
β reversibility
β predictability
β keeping things local
Long-term vision
There will eventually be a Security / Enterprise Edition with things like:
πΈ declarative environment rules
πΈ dry-run mode with human-readable output
πΈ structured audit logging
πΈ CI/CD validation support
πΈ diff between environment versions
But the core philosophy will never change:
π« no remote config storage
π« no silent updates
π« no hidden magic
If you want to have a look
GitHub (details, docs, roadmap):
π https://github.com/Vanni7544/config-manager
AMA β happy to chat π
If youβre curious about:
β’ why I built it
β’ how it works internally
β’ real problems it solved for me
β’ what you would improve
β’ whether this is useful in your workflow
β¦feel free to ask anything.
Iβm not trying to spam β I genuinely enjoy talking about safe configuration practices in Laravel and learning from how others do it.
Thanks for reading π
Top comments (0)