To take part of the Development we recommend you to use the following tools
- Visual Studo Code (https://code.visualstudio.com/)
- PHP 5.6 (http://php.net/downloads.php)
- PHP Debug extensions for Visual Studio Code (requires xdebug)
This project comes with a tasks.json for VSC (Visual Studio Code).
It uses the built-in web server from PHP >= 5.4
These are the steps on how to run the project
- press F1 and type "task" followed by "Run PHP Server"
- Open the URL http://localhost:9000 in your favorite browser
For debugging purposes Visual Studio Code uses the launch.json and the PHP Debug extensions.
- press F5 to debug the PHP file (optional: PHP Debug extension is required)
- add breakpoints to any php file
- Open the URL http://localhost:9000 in your favorite browser
More details on how to debug PHP (using xdebug) please read here