Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

bunnypro's avatar

Anyone experienced in using runcloud.io with envoyer.io ?

as far as i know, runcloud io has its own environment that i can't access directly, for example in deployment script, it has its own aliases for php-cli.

how do i implement it ? i mean, combining runcloud io with envoyer.

0 likes
2 replies
elmima's avatar

Hi, not sure if you managed to fix it but I was just facing the same issues. For some reason there is a composer in /usr/sbin that enjoyer always uses, no matter what you enter in the configuration field for the server. That composer file doesn't find a php version. I created a symlink (either as root or with sudo)

sudo ln -s /RunCloud/Packages/php72rc/bin/php /usr/local/bin/php

and then enjoyer worked fine.

Please or to participate in this conversation.