sharkymark / php_wac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Coder template to define a Coder workspace

The template includes a PHP interpreter, a JetBrains PhpStorm IDE, and VS Code PHP debugging and GitHub extensions (Coder templates are similar to Microsoft the devcontainer.json spec)
The business value of this Coder template feature is centralized governance and control over development environments so they are trusted, consistent, and comformant with an enterprise's dev, test and production environments.
clean.demo.coder.com

Open in Coder

This is a Coder template repo to :
  • install a PHP interpreter (v7.4)

  • adds the XDebug debugger settings

  • adds VS Code extensions (PHP debugger and GitHub)

  • creates 2 dev URLs (how running PHP apps are sharing with colleagues for feature testing)

  • includes a sample config.json for VS Code debugging (port 9000)

  • install JetBrains' PhpStorm IDE

  • clone 2 PHP repos

About