Skip to content

Instantly share code, notes, and snippets.

@moneal
Created March 4, 2015 17:18
Show Gist options
  • Save moneal/8ecbe26c1de498437a2a to your computer and use it in GitHub Desktop.
Save moneal/8ecbe26c1de498437a2a to your computer and use it in GitHub Desktop.
PHP dev server with mail disabled.
php -S localhost:8000 -t vendor/wordpress -d disable_functions=mail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment