Как мне настроить PHP? [закрыто]Php

Кемеровские программисты php общаются здесь
Anonymous
Как мне настроить PHP? [закрыто]

Сообщение Anonymous »

способ запуска PHP-проекта:

Код: Выделить всё

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;
Именно так я обычно начинаю свой проект. Есть ли лучший способ сделать это?

Подробнее здесь: https://stackoverflow.com/questions/784 ... set-up-php

Вернуться в «Php»