This content has been marked as final.
Show 1 reply
-
1. Re: PHP file direct live with brackets
Peter Flynn (Adobe) Oct 4, 2014 8:27 PM (in response to kazzz57)Yes -- you can use Live Preview with your localhost PHP server. The only caveat is that you lose HTML live updating -- but you still get live CSS updating & highlighting. And when you edit a PHP and hit save, Edge Code will automatically reload the page for you (aka "live reload," which is not as nice as full Live Preview updating but still pretty nice).
To tell Edge Code to use your PHP server, follow these instructions: https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#lp-custom-server. That page refers to "Brackets," which is the open-source project Edge Code is based on; the instructions are the same for both.
Hope that helps!
- Peter


