2
To save sensitive application data, it is recommended to save in dotEnv or I can save in any other format where the file is not in the public directory?
I see many talking about dotEnv, I wanted to know why they say it is so safe, and it is practically identical to .ini. What are the differences?
I believe I can only hold it if it’s encrypted.
– mau humor
I usually create a config.php and throw the configuration variables in it. If someone thinks this is a bad practice, I would like to know why.
– Antonio Alexandre