DEV Community

Discussion on: Develop and debug a WordPress plugin from the scratch

Collapse
 
cocotus profile image
Cocotus

Thank you! Used this tutorial to set up a working wordpress configuration on my laptop. Some things I had to adjust to make it work with current Laragon 5 version: In LaunchSettings.json change default port(s) from 9000 to 9003 (new default for Laragon 5.0?), the php-7.4.19-Win32-vc15-x64.zip PHP version which is shipped by Laragon 5 didn't work out for me with current "php_xdebug-3.1.3-7.4-vc15-x86_64.dll" from XDebug. Needed to download "php-7.4.20-Win32-vc15-x64.zip" from PHP site and extracted it to laragon/bin/php folder and in "Menu"-->PHP of Laragon I selected 7.4.20 version instead of default 7.4.19 version, because then XDebug dll file will work with it.