![]() |
lefty 2/14/2020 |
I would like to see what my built project looks like while I am working on the project. When I started a phpr file, it would not come up because I already had PhPRunner running. Is this possible, and what file am I looking for to do this?
|
R
|
Ron38 author 2/15/2020 |
If I am understanding your question correctly then simply Use PHPrunner's built in server . ( nothing needs to be done - as it was installed when you installed phprunner ) . Then after build , simply click on the green button top left ( show output in browser ) and your project will open locally. Then make changes to your project , and each time you build just refresh the browser page and you will see your changes. Depending on what changes you make , you may have to clear the cache ( temp internet files ) to see final results. If you use chrome? download from the google store and install extension called edit this cookie this will help changes refresh when you clean the cookies in this extension. I have three monitors so , I have browser in one and project in another and any documentation in the third . Then I build refresh and [size="2"]see the results. If all is good make sure to hit save project. Hope this helps.[/size] |
R
|
Ron38 author 2/15/2020 |
|