Skip to content

Commit 3b24c4c

Browse files
Add PHP 8.1 to Homestead docs (#7490)
1 parent 1fe91ba commit 3b24c4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

homestead.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Homestead runs on any Windows, macOS, or Linux system and includes Nginx, PHP, M
5858
<div id="software-list" markdown="1">
5959
- Ubuntu 20.04
6060
- Git
61+
- PHP 8.1
6162
- PHP 8.0
6263
- PHP 7.4
6364
- PHP 7.3
@@ -503,7 +504,7 @@ Below is a list of additional Homestead service ports that you may wish to map f
503504
<a name="php-versions"></a>
504505
### PHP Versions
505506

506-
Homestead 6 introduced support for running multiple versions of PHP on the same virtual machine. You may specify which version of PHP to use for a given site within your `Homestead.yaml` file. The available PHP versions are: "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", and "8.0" (the default):
507+
Homestead 6 introduced support for running multiple versions of PHP on the same virtual machine. You may specify which version of PHP to use for a given site within your `Homestead.yaml` file. The available PHP versions are: "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0" (the default), and "8.1":
507508

508509
sites:
509510
- map: homestead.test
@@ -519,6 +520,7 @@ Homestead 6 introduced support for running multiple versions of PHP on the same
519520
php7.3 artisan list
520521
php7.4 artisan list
521522
php8.0 artisan list
523+
php8.1 artisan list
522524

523525
You may change the default version of PHP used by the CLI by issuing the following commands from within your Homestead virtual machine:
524526

@@ -529,6 +531,7 @@ You may change the default version of PHP used by the CLI by issuing the followi
529531
php73
530532
php74
531533
php80
534+
php81
532535

533536
<a name="connecting-to-databases"></a>
534537
### Connecting To Databases

0 commit comments

Comments
 (0)