DEV Community

Discussion on: Installing Laravel Homestead on MacOS🔧

Collapse
 
secmohammed profile image
mohammed osama

in case you couldn't install homestead using

vagrant box add laravel/homestead 

you can use the following :

vagrant box add laravel/homestead https://vagrantcloud.com/laravel/homestead 
Collapse
 
ko31 profile image
Ko Takagi

Thanks for your reply! I added your command to this article.