Sublime Forum

Previewing web pages on localhost

#1

With sublime 2 is there a way to view php web pages on localhost, I have mamp configured, to check to see if all is ok, without uploading it to a remote server
Thx in advance RJ

0 Likes

#2

Is simply opening web browser on local page (localhost/path_to_page) not sufficient ? I think text editor has nothing to do in this matter (maybe only some shortcut for opening it automatically).

Read documentation of mamp - where it stores HTTP server root, upload files there and go for it.

0 Likes

#3

[quote=“rjweb”]With sublime 2 is there a way to view php web pages on localhost, I have mamp configured, to check to see if all is ok, without uploading it to a remote server
Thx in advance RJ[/quote]

Do you recall if you installed a plugin in ST2 to support this integration with mamp?

0 Likes

#4

Thx for the info, where would I find this plugin as you have advised, thx RJ

0 Likes

#5

On windows: Preferences / Browse Packages…

This should open a file explorer and show you which packages you have installed.

If you use package manager, run the command “Package Control: List Packages” and see what packages are installed.

0 Likes