1-How I can instantly run current php file in PhpStorm? (consider a php class file, I want just create some instants and test their methods) (I do not want to switch to browser ) 2-How can I execute PHP command in PHPstorm like PyCharm?
feedback
|
|
Right click in the editor, choose Run for command line script execution. If you want to test it on a web server, use Open in Browser from the same menu (you must have browser and server with mappings properly configured for this). | |||||||||||
feedback
|