I have an existing Drupal 8 project after executing "lando start" on it , "lando composer" command is not available to me. what could be the issue?
- ubuntu 20
- docker 23
- lando 3.11
Here is my lando yml file content:
name: Drupal recipe: drupal8 config: webroot: web
During lando start it is downloading and installing properly Composer (version 2.2.18) successfully installed to: /usr/local/bin/composer Use it: php /usr/local/bin/composer
Please suggest.