I have a problem related to Laravel Valet and Xdebug. The Xdebug stops working after valet secure
command. The Xdebug was installed through PECL with Homebrew and works fine with unsecured sites. After running valet secure
the Xdebug stops working (it still works for php artisan
commands though). Tested with PhpStorm.
I use Laravel Valet 2.15.0, Xdebug v3.0.4
My Xdebug configuration:
[xdebug]
zend_extension="/usr/local/Cellar/php@7.4/7.4.20/pecl/20190902/xdebug.so"
xdebug.mode=debug
xdebug.start_with_request=yes
Any ideas? Thanks.