Answers for "zsh: command not found: php mac"

PHP
0

zsh: command not found: php mac

Add the PHP formulae
brew tap php
  
Choose the PHP version – this example uses 7.4
brew install [email protected]

Link the PHP Version
brew link --overwrite --force [email protected]

Restart the Terminal
php -v
Posted by: Guest on May-09-2022
0

zsh: command not found: php mac

Check source linked. That solved my problem.
Posted by: Guest on April-21-2022

Code answers related to "zsh: command not found: php mac"

Browse Popular Code Answers by Language