zsh: commande introuvable: 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
Lokesh003