Trying to install Drupal 8.8 with a "web" sub directory fails on install [#3099148] | Drupal.org

PHOTO EMBED

Mon Dec 06 2021 20:54:35 GMT+0000 (Coordinated Universal Time)

Saved by @MattMoniz #php #drupal

// clear that cache
composer create-project drupal/recommended-project myproject -n
cd myproject
lando init --source cwd --recipe drupal8 --webroot web --name myproject
lando start


composer require drush/drush drupal/admin_toolbar
drush si --db-url=mysql://drupal8:drupal8@database/drupal8 --account-pass=content -y
drush en admin_toolbar admin_toolbar_tools
drush uli -l http://myproject.lndo.site
content_copyCOPY

Drupal Install with blank project

https://www.drupal.org/project/drupal/issues/3099148