Код: Выделить всё
xdebug.mode=develop
xdebug.start_with_request=true
xdebug.client_host=docker.for.mac.localhost
xdebug.client_port=9003
xdebug.discover_client_host=false
xdebug.idekey=PHPSTORM
xdebug.trigger_value=""
xdebug.cli_color=1
xdebug.var_display_max_depth=-1
xdebug.var_display_max_children=-1
xdebug.var_display_max_data=-1
Я могу обойти это в композитор.json:
из
Код: Выделить всё
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
}
},
Код: Выделить всё
"scripts": {
"auto-scripts": {
"-dxdebug.mode=off bin/console cache:clear": "php-script",
}
},
Подробнее здесь: https://stackoverflow.com/questions/782 ... -that-it-r