modules.zendframework.com
modules.zendframework.com copied to clipboard
I hate config autoload directory
Hello guys.. This night I dreamed this directory.

In your opinion this is a good practice? Can we try to replace decrease the number of files?
@gianarb
Here's how I would do it:
- one
global.phpthat 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.
:+1: I agree with you