Answers for "run php server from terminal"

PHP
17

run php server

cd path/to/your/app
php -S localhost:8000
Posted by: Guest on May-14-2020
0

run a server php terminal

$ cd ~/public_html
$ php -S localhost:8000
Posted by: Guest on March-22-2020
1

run php server on ubuntu

Update and Update Packages. ...
Install Apache2. ...
Install PHP. ...
Install MySQL. ...
Install phpMyAdmin. ...
Create a Database(Only if our PHP app needs a database to run) ...
Copy/paste or clone the project to the root directory of the Apache webserver. ...
Running the PHP file or project.
Posted by: Guest on June-07-2021

Browse Popular Code Answers by Language