Answers for "installing php on mac"

PHP
0

macos install php 7.4

brew install [email protected]
Posted by: Guest on June-22-2021
-2

install apache on mac

# update Homebrew
brew update

#install apache using Homebrew
brew install httpd
Posted by: Guest on November-29-2020
0

mac download php

A version of php comes defaultly installed in any mac OS
Install Homebrew and run the following command
brew install php
Posted by: Guest on June-12-2021

Browse Popular Code Answers by Language