Serve Php File

[Solved] Serve Php File | Php - Code Explorer | yomemimo.com
Question : serve php file

Answered by : elfaz-aklilu

Open Terminal
php -S localhost:8000

Source : | Last Update : Mon, 17 Aug 20

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

Answers related to serve php file

Code Explorer Popular Question For Php