Answers for "setup php project on mac"

PHP
0

run php server mac

php -S localhost:9000
Posted by: Guest on April-19-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