These files are meant to be pulled out individually. The Lando file is all that is needed to get started.
-
Add the
.lando.yml
file to a local Drupal site. -
Set the Lando
name
to the name of your site -
Ensure the Lando
webroot
is set to the directory where the Drupal root is located. If it is in the same folder then do.
. -
Run
lando drupal-download
to download drupal via Composer. -
Run
lando drupal-local-settings
. This will pull in the local settings files into your site. -
Install a fresh site with
lando drupal-install
.
If working on contrib modules or Drupal core, this Lando setup might be better. [https://gist.github.com/segovia94/271dee02a907e57e0c3559e83dbb7783]