I'm looking at very popular php package named .env
here, on
packagist
and
github
from vlucas.
My question - why is it better than storing variables in *.ini files?
I mean parse_ini_file()
built in php and no extra package required. Why not using it? Why this package is so popular on packagist.org?
There must be a reason for Laravel
to use it.