You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why does zf-development-mode need to bother switching development.local.php in and out when development.config.php adds globs for *.local-development.php?
In other words, whatever I want to put in development.local.php I could just put in local-development.php, and it would only get included when I'm in development mode.
Just seems like two files are being switched and out when only one is needed...
Why does zf-development-mode need to bother switching development.local.php in and out when development.config.php adds globs for *.local-development.php?
In other words, whatever I want to put in development.local.php I could just put in local-development.php, and it would only get included when I'm in development mode.
Just seems like two files are being switched and out when only one is needed...