Problem with Run anything 2019.2
When I use a custom command using the Symfony console from Run everything the command Is not found and PhpStorm is not using the proper route
for example, if I have a command for 's app:command:method', the Command Line Tool Support of the version 2019.1 did: 'php /symfony-project-path/bin/console app:command:method'
But now with Run anything I get:
Cannot run program "Symfony" (in directory "/symfony-project-path/"): CreateProcess error=2, El sistema no puede encontrar el archivo especificado
Please sign in to leave a comment.
It seems to be this one: https://youtrack.jetbrains.com/issue/WI-47423 We expect the fix to be included into the next minor release (2019.2.1).