Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 670 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 670 Bytes

PHP Built-in WebServer

Prerequisites

Usage

Settings

  • set according to your development environment. via the menu in Sublime Text 2 -> Preferences -> Package Settings -> PHP Built-in WebServer -> Settings - Default

    • edit the address. default localhost
    • edit the port. default 8000
    • edit the document_root_path. default /var/www/public_html

Command Palette

  • via the command palette (super+shift+p) and typing

    • Start Server
    • Stop Server
    • Show Panel
    • Hide Panel