💻
LEANNA
  • "Hello World"
  • Discrete Fast Fourier Transform
  • mac显示隐藏文件
  • 5G冲浪
    • 上网冲浪看到的有用东西
  • Something useful...
    • Websites
  • Computer Graphics
    • Mathematical Morphology
    • GAMES101 Notes
  • OOP
    • OOP in JavaScript
  • Backend - notes
    • Setup database for websites
    • Run A PHP Server On A Mac Using Terminal
    • Run html file on localhost
  • Something useful...
Powered by GitBook
On this page

Was this helpful?

  1. Backend - notes

Run A PHP Server On A Mac Using Terminal

1.Change to project directory

2.Enter:

php -S 127.0.0.1:8080

3.In browser, go to: http://127.0.0.1:8080

PreviousSetup database for websitesNextRun html file on localhost

Last updated 5 years ago

Was this helpful?