Use in-built PHP webserver on MacOS instead of a Apache-PHP installation

Simply run php -S localhost:8000 and this will start an inbuilt webserver on port 8000. The ‘webroot’ for the server will be the folder where you started the server from.

This entry was posted in WebApps. Bookmark the permalink.

Leave a Reply