Run a PHP Web Server to Quickly Serve Local Files and Folders From Any Directory
The most basic requirement while working on websites and web apps is the ability to see our results in a web browser. We do this by serving the local source code via a HTTP web server and then visiting http://localhost in our browser to see the results. Traditionally we’d install and configure web servers like […]