justafish / ddev-drupal-core-dev

ddev addon for core development
Apache License 2.0
24 stars 10 forks source link

Addon does not work in installations where drupal is installed as recommended-project #7

Closed andy-blum closed 10 months ago

andy-blum commented 11 months ago

If Drupal is installed using the recommended project composer template, then the core directory is in /var/www/html/web/ rather than /var/www/html/. This breaks the paths in this addon placing phpunit.xml

Would it be possible to attempt to detect the existence of the core directory before attempting to copy/alter files into that directory?

justafish commented 10 months ago

discussed on Slack, summary: this project isn't intended to support installation in that way, just for direct git clones. If Drupal is installed using the project composer template then something like Drainpipe is more appropriate