PHP - run PHP on Mac for local development

0 votes
299 views
added Jan 20, 2025 in PHP by lcjr Lieutenant (12,520 points)

cd to working directory

And run the following:

php -S localhost:8000

 

And browse your project at http://localhost:8000

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...