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
The following command will automatically download and install the latest stable version of PHP:
38
+
37
39
```sh
38
40
curl -fsSL https://tryphp.dev/install.sh | bash
39
41
```
40
42
41
-
### Installing specific version of PHP
43
+
### Installing a specific version of PHP
44
+
45
+
If you need a specific PHP version, use one of the commands below. This is helpful when compatibility with specific frameworks or projects requires an older PHP version.
You can install PHP with tailored presets for different frameworks or applications. For example, the Laravel preset will install PHP with all extensions required to run a Laravel application.
0 commit comments