Created
June 12, 2020 22:54
-
-
Save adevesa/ac1e8c90ae5197ee253d64a2ae571eed to your computer and use it in GitHub Desktop.
Configuración de PHP Artisan para XDebug en PHPStorm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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