Skip to content

Latest commit

 

History

History
executable file
·
33 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

executable file
·
33 lines (23 loc) · 1.11 KB

Template project for CDAW

Prerequisites

How to use this template

  1. go to https://github.com/ceri-num/uv-cdaw-template
  2. click on the green button "use this template". This will create a similar git repository on your account
  3. clone your repository on your machine
git clone https://github.com/xxxx/uv-cdaw-template MyCDAWProject
  1. Open the project with VSCode and re-open it with remote container extesion (the 1st launch takes time)

You should have:

Simple it works test: http://localhost:8080/test-pdo/test-PDO.php

xdebug is installed so you can put breakpoints in your code.

Others links