/Gitpod-Apache-PHP-Xdebug

Simple boilerplate for PHP development, no DB

Primary LanguagePHP

Gitpod template repo of Apache2 with PHP and XDebug

Try or Contribute

Open in Gitpod

This is a template repo, you can create your own using this as a template. Or let Gitpod handle the fork on first commit.

What this does

  • Uses a dockerfile to configure Apache, PHP and XDebug (based on Gitpod image "workspace-full")
  • Runs apache on port 8080 and serves from "www"
  • Added a custom and minimal apache.conf.
  • Follows the Apache logs in the Gitpod terminal view via multitail
  • If you need a mySQL database you may want to try https://github.com/Eetezadi/Gitpod-LAMP

What you can do

  • Wait until the preview loads...
  • Text xdebug on the debug_example
  • Use for your own project.