I hate config autoload directory
Opened this issue · 2 comments
gianarb commented
localheinz commented
Here's how I would do it:
- one
global.php
that contains all of the configuration - if you need to override configuration, create a
local.php
, override it
this many files is kind of ugly.
I understand, though, that development.local.php.dist
is used by ZF\DevelopmentMode
, though, so this one needs to stay, apparently.
gianarb commented
👍 I agree with you