You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,26 @@ Exercism exercises in PHP
5
5
Follow these instructions to contribute to the PHP track.
6
6
To solve the exercises, head to the [PHP track][exercism-track-home] and check the [documentation][exercism-track-installation].
7
7
8
+
## Quick Start with Dev Containers
9
+
10
+
This repo includes a [dev container](.devcontainer) that provides PHP 8.4, Composer, `jq` and all other dependencies out of the box.
11
+
Open the repo in [VS Code][vscode-devcontainers] (or [GitHub Codespaces][github-codespaces]) and select "Reopen in Container" - `composer install` runs automatically once it starts.
12
+
8
13
## Install Dependencies
9
14
10
15
The following system dependencies are required:
11
16
12
17
-`composer`, as recommended in the [PHP track installation docs][exercism-track-installation-composer].
0 commit comments