/devcontainer-php

GitHub template based on a dev container for quickly starting a new PHP project.

Primary LanguageShell

maintainer twitter made-for-vscode made-with-php made-with-docker

devcontainer-php

Resume

Template to start quickly a PHP project with Visual Studio Code running inside a Docker container.

Content

Everything is configured to use Xdebug integrated to Visual Studio Code. Xdebug provides a range of features to improve the PHP development experience.

In particular, you will be able to use the breakpoint in debug mode.

The following elements will be installed inside the container :

  • PHP
  • The open-source Apache HTTP Server
  • Xdebug

The following VSC extension will be automatically installed :

Additionally, the installation of some recommended VSC extensions will be purposed when the container will be started for the first time.

Documentation about the dev containers for Visual Studio Code

Don't hesitate to look the Microsoft training to discover the dev container with VSC :

And more information :

Enjoy !