Php Make Server

[Solved] Php Make Server | Php - Code Explorer | yomemimo.com
Question : run php server

Answered by : mysterious-moth-69l5pheojwzy

cd path/to/your/app
php -S localhost:8000

Source : https://stackoverflow.com/questions/1678010/php-server-on-local-machine | Last Update : Thu, 21 May 20

Question : php make server

Answered by : -n746j61qvtgj

cd <PATH TO YOUR APP>
php -S localhost:<PORT>

Source : | Last Update : Sat, 10 Oct 20

Answers related to php make server

Code Explorer Popular Question For Php