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

Expose `psysh` for lando-platformsh php recipes. #70

Closed serundeputy closed 2 years ago

serundeputy commented 4 years ago

The lando-platformsh (at least for php apps) has psysh in the app container. This tooling works to expose it to the user:

tooling:
  psysh:
    service: app

Can we expose that to the user by default for PHP apps?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions and please check out this if you are wondering why we auto close issues.

reynoldsalec commented 2 years ago

Tested this out on a P.sh recipe and I get the error /helpers/psh-exec.sh: 36: exec: psysh: not found. I'm guessing that psysh is no longer available in the app container on Platform apps.