lando / platformsh

The Official Platform.sh Lando Plugin
https://docs.lando.dev/platformsh
GNU General Public License v3.0
6 stars 4 forks source link

drupal8 recipe on existing project "lando composer" command not available #186

Open prashantdsala opened 1 year ago

prashantdsala commented 1 year ago

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?

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.