Skip to content

Instantly share code, notes, and snippets.

@pxslip
Created March 9, 2018 15:46
Show Gist options
  • Save pxslip/47d80b5ec2f381ca8098cf1e28a5f6e3 to your computer and use it in GitHub Desktop.
Save pxslip/47d80b5ec2f381ca8098cf1e28a5f6e3 to your computer and use it in GitHub Desktop.
Homestead xdebug ini
zend_extension=xdebug.so
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
xdebug.remote_autostart = 1
xdebug.remote_port = 9000
xdebug.max_nesting_level = 512
xdebug.remote_log = /home/vagrant/xdebug/xdebug.log
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir = /home/vagrant/profiler
@pxslip
Copy link
Author

pxslip commented Mar 9, 2018

Since I constantly fight to get xdebug working with homestead, here is the ini file that I have found to work (most of the time...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment