Skip to content

Instantly share code, notes, and snippets.

@adevesa
Created June 12, 2020 22:54
Show Gist options
  • Save adevesa/ac1e8c90ae5197ee253d64a2ae571eed to your computer and use it in GitHub Desktop.
Save adevesa/ac1e8c90ae5197ee253d64a2ae571eed to your computer and use it in GitHub Desktop.
Configuración de PHP Artisan para XDebug en PHPStorm
#PHP Artisan Server
host: localhost
port: 8000
document root: /public
use router script: server.php
interpreter options: -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9000 -dxdebug.remote_host=127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment