DEV Community

Hassan Pezeshk
Hassan Pezeshk

Posted on

Laravel .env backup generator

I've been using Laravel for a couple of years now and I thought it's time to give something back to the community! So I tried to tackle an issue I have stumbled upon lately, that is, creating backups of the .env file. My main problem was due to the fact that multiple people have access to the file and may change it anytime in our company, having backups is always a good thing in case of any failures or even edits that you forgot and want to go back and check.
So I developed a package to satisfy that need and here it is!

hpez/DotEnvBackup
hpez/DotEnvBackup

Top comments (0)