How to see PHP output in phpstorm?
Like in Java, we can able to see the output in software without using external software like cmd, etc. but I want to see the same in phpstorm, is there any plugin or settings which I can see the output without checking the output on browsers like Chrome?
Please sign in to leave a comment.
Hi there,
Please be more clear with what exactly you are executing and how.
For CLI scripts -- it's already there -- Console tab (when debugging) and Run window itself when Run button was used.
For web pages -- you can use "Tools | Test RESTful Web Service" window (https://www.jetbrains.com/help/phpstorm/2016.3/testing-restful-web-services.html?search=rest) -- it allows you to see the actual response (HTML/XML/JSON/etc)
If you wish to see visual result (built-in web browser sort of things) then Nope.