- Built-in web server is work with PHP 5.4.x or more. (http://php.net/manual/en/features.commandline.webserver.php)
-
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
- edit the address. default
-
via the command palette (super+shift+p) and typing
- Start Server
- Stop Server
- Show Panel
- Hide Panel