Skip to content

Instantly share code, notes, and snippets.

@giansalex
Last active May 26, 2020 23:02
Show Gist options
  • Save giansalex/e82ce66b8730fded7d6b3439de17b4eb to your computer and use it in GitHub Desktop.
Save giansalex/e82ce66b8730fded7d6b3439de17b4eb to your computer and use it in GitHub Desktop.
PHP Server from directory (Windows context menu)
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\PHP Server]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\PHP Server\command]
@="C:\\xampp\\php\\php.exe -S 0.0.0.0:8000 -t %1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment