From 8751940a124198a12e8b228269632ef237aa9af9 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Tue, 24 Oct 2023 14:48:02 -0500 Subject: [PATCH] Update homestead.md Vagrant Cloud now supports specifying architecture on boxes so Apple Silicon users no longer need to specify the `laravel/homestead-arm` box. --- homestead.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homestead.md b/homestead.md index 444a94fc213..1b1148cbb0b 100644 --- a/homestead.md +++ b/homestead.md @@ -188,7 +188,7 @@ The `provider` key in your `Homestead.yaml` file indicates which Vagrant provide provider: virtualbox > **Warning** -> If you are using Apple Silicon, you should add `box: laravel/homestead-arm` to your `Homestead.yaml` file. Apple Silicon requires the Parallels provider. +> If you are using Apple Silicon the Parallels provider is required. #### Configuring Shared Folders