Skip to content

Instantly share code, notes, and snippets.

@adityaiitb
Created July 25, 2020 23:24
Show Gist options
  • Save adityaiitb/ece01f32704a77e0b84c6a6be0874cdc to your computer and use it in GitHub Desktop.
Save adityaiitb/ece01f32704a77e0b84c6a6be0874cdc to your computer and use it in GitHub Desktop.
PHP commands

Start a php server locally (in the directory you want)

php -S localhost:8888 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment