no-framework-tutorial icon indicating copy to clipboard operation
no-framework-tutorial copied to clipboard

Environment/Config

Open PatrickLouys opened this issue 10 years ago • 1 comments

See https://github.com/PeeHaa/OpCacheGUI/blob/master/init.deployment.php https://github.com/PeeHaa/OpCacheGUI/blob/master/init.example.php

both in gitignore

PatrickLouys avatar Jan 07 '15 09:01 PatrickLouys

I'm a fan of dotenv w/ a .env file. It's becoming popular. That combined with a Config interface/implementation which read config files from a config folder and rolled it all up. An injector delegate could be used to start up dotenv - or not if someone didn't want to use that... Just some thoughts.

phillipsharring avatar Nov 05 '17 06:11 phillipsharring