How to install or uninstall PHP
Install PHP 7.4 using Homebrew 1 – First, we need to know if we already have PHP installed in our system by executing the command; php –version 2 – If we don’t have PHP installed then we can proceed to the next step 3 – Copy and paste the following commands into your Terminal brew …