Skip to content

Commit

Permalink
Update homestead.md (#9097)
Browse files Browse the repository at this point in the history
Vagrant Cloud now supports specifying architecture on boxes so Apple Silicon users no longer need to specify the `laravel/homestead-arm` box.
  • Loading branch information
svpernova09 committed Oct 24, 2023
1 parent d09a3a1 commit fc38905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homestead.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<a name="configuring-shared-folders"></a>
#### Configuring Shared Folders
Expand Down

0 comments on commit fc38905

Please sign in to comment.