other
Start php server from terminal on MacOS
September 17, 2022
While developing an application in PHP, you may need to run the application locally first. Below is the command that can be used to run the PHP from the terminal window on MAC.
php -S locahost:8080
Using this command you can start PHP server on any location.
Was this helpful?
Similar Posts
- Start and stop postgresql from terminal using brew
- MacOS Finder Hidden Folders
- Postgresql show all databases on current server
- Open IOS app simulator from terminal
- Access desktop from terminal in MAC
- check where python exe lives from console ,terminal, comand
- Print current directory path in MAC OS Terminal