Replies: 1 comment 8 replies
-
Hey @inpresif! 👋 Wave is indeed just a Laravel app, so it's mostly PHP under the hood. That error usually happens when Laravel can't find the PHP binary at the expected path. As you are using Docker, can you share your Dockerfile here? It is possible that something in there might be missing. Welcome to Wave! 🚀 - Bobby |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Never seen this issue before. Did a fresh install of Wave3 with Docker.
PHP is installed but not in sbin, just the regular /usr/local/bin/php.
Tried adding this in .env, no luck.
PHP_BINARY=/usr/local/bin/php
Is there any particular thing I need to change to be able to use this? Sorry I'm more of a vanilla PHP person, trying Wave for the First time.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions