How to setup Xdebug with PhpStorm and Laravel Homestead

preview_player
Показать описание
Quick tutorial on how to set it up. I kinda screwed up at the end but if you followed the video it should work for you :D
Рекомендации по теме
Комментарии
Автор

For anyone looking for config

zend_extension=xdebug.so
xdebug.mode = debug
xdebug.max_nesting_level = 512
xdebug.idekey=PHPSTORM
xdebug.client_host=10.0.2.2
xdebug.client_port=9001
xdebug.discover_client_host = false
xdebug.start_with_request = trigger

bhaveshdeshmukh
Автор

Finally I found good explanation. Like!

eloquent
Автор

thanks for this, not sure how i broke mine but its working again

FvsJ
Автор

hey, a tutorial that actually worked! thanks!

ryanwilliams
Автор

Great tutorial, finally got version 3 working!

gregorise
Автор

be sure to replace the php version with your own version. Pretty sure not all of you have php8.0

MyDutchproductions