Skip to content

Instantly share code, notes, and snippets.

@Vizor-M
Last active July 7, 2020 03:44
Show Gist options
  • Save Vizor-M/0b378715f9241062388e627d2f8510b7 to your computer and use it in GitHub Desktop.
Save Vizor-M/0b378715f9241062388e627d2f8510b7 to your computer and use it in GitHub Desktop.

Xdebug laravel artisan commands

php -dxdebug.remote_enable=1 -dxdebug.remote_autostart=on -dxdebug.remote_mode=req -dxdebug.remote_port=9000 -dxdebug.remote_host=127.0.0.1 artisan my:command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment