Not getting PHP Web Application option in run configuration defaults?
Hey,
So this is a head scratcher. I'm working with laravel/homestead.
I have the vm configured and running just fine.
I have xdebug installed and have confirmed it's ready for use.
I've defined a PHP Server in my phpstorm settings that use my project accordingly... however.
when attempt to create a new run configuration (as per multiple instructions) my expectation is to find an entry for 'PHP Web Application' and associate the PHP/Server that I defined prior. There is no such choice. I see:
PHP Built-in Web server
PHP HTTP Request
PH Remote debug
PHP Web page
but no PHP Web Application
why not? Is this a plugin that I'm missing?
请先登录再写评论。
Hi there,
As per my knowledge it's the same thing -- it was renamed in 2017.3.
Thanks Andriy, guess I just should have tried it ;) works as it should!