We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Root is not found in drush-shim when using the following settings:
"extra": { "installer-paths": { "web/": ["type:drupal-core"], } }
The text was updated successfully, but these errors were encountered:
@toschl Should you explain your setup a little bit? I think Drupal core can not function properly if you install it directly into web.
Sorry, something went wrong.
Are you using drupal/drupal or drupal/core?
It's for all projects I've setup with drupal-composer/drupal-project:7.x-dev
But it looks it working now with a current version of drush-launcher (aka drush-shim). So this issue can be closed.
No branches or pull requests
Root is not found in drush-shim when using the following settings:
"extra": {
"installer-paths": {
"web/": ["type:drupal-core"],
}
}
The text was updated successfully, but these errors were encountered: