We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f526fff commit 1ed18a4Copy full SHA for 1ed18a4
1 file changed
docs/en/installation.md
@@ -42,7 +42,7 @@ Your web server's PHP version must match your CLI PHP version (|minphpversion|+)
42
43
Choose the method that best fits your workflow:
44
45
-### Method 1: Composer (Recommended)
+### Method 1: Using Composer
46
47
The standard way to install CakePHP:
48
@@ -90,7 +90,7 @@ Your `composer.json` version constraint controls updates:
90
- `"cakephp/cakephp": "^|cakeversion|"` - Minor + patch releases (may require config changes)
91
:::
92
93
-### Method 2: DDEV (Fast Setup)
+### Method 2: Using DDEV + Composer
94
95
Perfect for local development environments:
96
0 commit comments