way to start a php project:First Download XAMPP;
xampp click on admin to insert code for xdebug;
xdebug download;
workbench (mysql);
Insert your own project in htdocs folder;
add php_debug.dll in ext folder;
edit php.ini file zend_extension = xdebug;
edit vscode extension php debug settings.json;
To open settings.json go to VSCode to File => Preferences => Settings => Button Open Settings.Json;
executable path on php.exe directory; Expecting: start functional php project;
That's how I usually start my project. Is there a better way to do this?