Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 0ef2f7b

Browse files
authored
Update readme.md (#1924)
- add an `alt` attribute to our logo for accessibility - grammar fix for "and" to "or" - remove the PHP version, which makes it more generic so we don't have to update it all the time - add closing pipes on the markdown table for better compatibility - update the information in the version table to match our recent changes
1 parent b02182c commit 0ef2f7b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="/art/logo.svg"></p>
1+
<p align="center"><img src="/art/logo.svg" alt="Laravel Homestead Logo"></p>
22

33
<p align="center">
44
<a href="https://github.com/laravel/homestead/actions">
@@ -17,9 +17,9 @@
1717

1818
## Introduction
1919

20-
Laravel Homestead is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, a web server, and any other server software on your local machine. No more worrying about messing up your operating system! Vagrant boxes are completely disposable. If something goes wrong, you can destroy and re-create the box in minutes!
20+
Laravel Homestead is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, a web server, or any other server software on your local machine. No more worrying about messing up your operating system! Vagrant boxes are completely disposable. If something goes wrong, you can destroy and re-create the box in minutes!
2121

22-
Homestead runs on any Windows, Mac, or Linux system, and includes the Nginx web server, PHP 8.2, MySQL, Postgres, Redis, Memcached, Node, and all of the other goodies you need to develop amazing Laravel applications.
22+
Homestead runs on any Windows, Mac, or Linux system, and includes the Nginx web server, PHP, MySQL, Postgres, Redis, Memcached, Node, and all of the other goodies you need to develop amazing Laravel applications.
2323

2424
Official documentation [is located here](https://laravel.com/docs/homestead).
2525

@@ -30,10 +30,10 @@ Homestead is made up of 2 different projects. The first is this repo which is th
3030
> When you run `vagrant up` for the first time Vagrant will download the large base box from Vagrant cloud. The base box is the output from Settler. The base box will be stored at `~/.vagrant.d/` and copied to the folder you ran vagrant up command from in a hidden folder named `.vagrant`. This is what allows vagrant to create a VM and destroy it quickly and without having to download the large base box again.
3131
3232
##### Current versions
33-
| Ubuntu LTS | Settler Version | Homestead Version | Branch | Status
34-
| -----------|-----------------|-------------------| ----------- | -----------
35-
| 20.04 | 13.x | 14.x | `main` | Development/Unstable
36-
| 20.04 | 13.x | 14.x | `release` | Stable
33+
| Ubuntu LTS | Settler Version | Homestead Version | Branch | Status |
34+
|------------|-----------------|-------------------|-----------|----------------------|
35+
| 22.04 | 14.x | 14.x | `main` | Development/Unstable |
36+
| 20.04 | 13.x | 14.x | `release` | Stable |
3737

3838
## Developing Homestead
3939

0 commit comments

Comments
 (0)