Start Server Cmd Php

[Solved] Start Server Cmd Php | 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 : run a server php terminal

Answered by : nighter

$ cd ~/public_html
$ php -S localhost:8000

Source : https://www.php.net/manual/fr/features.commandline.webserver.php | Last Update : Sun, 29 Mar 20

Question : start server cmd php

Answered by : manuel-matos

php -S localhost:8000

Source : | Last Update : Fri, 22 Jan 21

Answers related to start server cmd php

Code Explorer Popular Question For Shell