We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79301f1 + 45d691a commit ecb4358Copy full SHA for ecb4358
bin/composer-post-install-script.php
@@ -26,7 +26,7 @@ function copyFile(array $file): void
26
27
function getEnvironment(): string
28
{
29
- return file_exists('config/autoload/development.local.php') ? ENVIRONMENT_DEVELOPMENT : ENVIRONMENT_PRODUCTION;
+ return file_exists('config/development.local.php') ? ENVIRONMENT_DEVELOPMENT : ENVIRONMENT_PRODUCTION;
30
}
31
32
// when adding files to the below array the `source` and `destination` paths must be relative to the project root folder
0 commit comments