Table of Contents

PHP

Preparings

  1. Install Webserver; apache, nginx, …
  2. Install php
  3. Install database; mariadb, mysql, postgreSQL, …
  4. Install Extensions on VS Code; PHP Extension Pack (Xdebug), {PHP Debug (Xdebug), PHP Intelephense (Ben Mewburn) }
  5. settings.json on VS Code for php execution.

References