rushellphoto / vscode-phpserver

Visual Studio Code extension which creates a PHP Server of the workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Server

Host/Serve current workspace (or subfolder) with PHP.

Features

You can execute it with ctrl+shift+P and searching for "Serve Project with PHP" or you can just click on the editor's button (right superior corner).

Requirements

PHP installed.

Extension Settings

This extension contributes the following settings:

  • phpserver.port: Localhost port where server will be hosted (Default: 3000)
  • phpserver.relativeurl: URL relative to workspace path, in case you want only host a subfolder of workspace (Default: "")

Release Notes

1.0.0

Initial release of PHP Server

For more information

Enjoy!

About

Visual Studio Code extension which creates a PHP Server of the workspace


Languages

Language:JavaScript 100.0%