Php not installed on Mac

Again Hi,

I try to start a new project with PHP server but I have error:
/bin/bash: php: command not found
/bin/bash: php: command not found

I have a MacBook Pro …

Someone can help me? thank very much!

I solved it …It. Easier than expected :slight_smile:
I miss Homebrew and I put in my terminal the code row:

/bin/bash -c β€œ$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”

Now it work well :slight_smile:

will also improve the build-in Wappler Homebrew installation so it goes directly correct out of the box.

fixed in later updates

1 Like