Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

zsh: command not found: php mac

Add the PHP formulae
brew tap php
  
Choose the PHP version – this example uses 7.4
brew install php@7.4

Link the PHP Version
brew link --overwrite --force php@7.4

Restart the Terminal
php -v
 
PREVIOUS NEXT
Tagged: #command #php #mac
ADD COMMENT
Topic
Name
9+9 =