From c872b5f0881d7af3f74b91432f7a2d0e8f1cfa9c Mon Sep 17 00:00:00 2001 From: Ahmed Alaa <92916738+AhmedAlaa4611@users.noreply.github.com> Date: Thu, 5 Jun 2025 23:02:24 +0300 Subject: [PATCH] Fix typo in Homestead deprecation notice --- homestead.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homestead.md b/homestead.md index 625ded8121..74172ccd9b 100644 --- a/homestead.md +++ b/homestead.md @@ -37,7 +37,7 @@ ## Introduction > [!WARNING] -> Laravel Homestead if a legacy package that is no longer actively maintained. [Laravel Sail](/docs/{{version}}/sail) may be used as a modern alternative. +> Laravel Homestead is a legacy package that is no longer actively maintained. [Laravel Sail](/docs/{{version}}/sail) may be used as a modern alternative. Laravel strives to make the entire PHP development experience delightful, including your local development environment. [Laravel Homestead](https://github.com/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.