Add PHP_IDE_CONFIG setting for ease in debugging
AntonioCS opened this issue · 1 comments
AntonioCS commented
Hey,
On the vast majority of my projects I have to add the following (on the php-fpm service):
environment:
PHP_IDE_CONFIG: "serverName=my-server-name"
This is something for phpstorm xdebug listener to know which settings to load on a connection from xdebug. (this is not only for cli)
Would it be possible to add something for this? It's will just make it a lot quicker
github-actions commented
Marking issue as stale