Start Php Server

[Solved] Start Php Server | Shell - 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 : start php server

Answered by : riz

cd path/to/your/app/script
php -S localhost:1234

Source : | Last Update : Tue, 18 May 21

Question : start server cmd php

Answered by : manuel-matos

php -S localhost:8000

Source : | Last Update : Fri, 22 Jan 21

Question : run php server

Answered by : you

 cd /path/to/my_project 

Source : | Last Update : Tue, 19 Sep 23

Answers related to start php server

Code Explorer Popular Question For Shell