Run A Php Project

[Solved] Run A Php Project | 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 : run a php site

Answered by : arno-deceuninck

php -S 127.0.0.1:8000

Source : https://stackoverflow.com/questions/8580273/how-to-run-php-files-on-my-computer | Last Update : Sun, 19 Jul 20

Question : run a php project

Answered by : hichem-hamrouni

cd path to your poroject
php -S 127.0.0.1:8000

Source : | Last Update : Wed, 08 Jun 22

Question : how to run a php file using

Answered by : ill-iguana-dheovgjfym60

php.ini

Source : | Last Update : Thu, 17 Mar 22

Question : run php server

Answered by : you

 cd /path/to/my_project 

Source : | Last Update : Tue, 19 Sep 23

Answers related to run a php project

Code Explorer Popular Question For Shell