-
Quick PHP tip If you want to run a little PHP server on a Mac, you can open terminal in the directory that you want to run it in and run the following command
php -S localhost:8000You’ll now be able to openhttp://localhost:8000in your browser 🚀 andy-bell.design/notes/91/