Open
Description
Hi, I tested this out, but in the end the composer install ended with this error:
...
web.config (https://cgit.drupalcode.org/drupal/plain/web.config?h=8.5.4): Downloading (100%)
In Filesystem.php line 342:
$from (C:\websites\test\htdocs/sites/default/files) and $to () must be absolute paths.
The site seems to be partially working: after the composer install (after the message above) I pointed a new entry (site.test) in my host file to the drupal-web-dir (I used 'htdocs' instead of 'web') so I pointed site.test to C:\websites\test\htdocs. When I surf to site.test I do see the drupal install page, but there is no theming at all.
The resulted folder structure ofter the composer install looks like this:
testsite
app
core
modules
profiles
sites
themes
(all the drupal scaffold files)
htdocs
core
modules
statistics
statistics.php
install.php
rebuild.php
sites
default (this is completely empty)
vendor
(all vendor folders)
composer.json
composer.lock