What's the cleanest way to remove Homestead and Vagrant from a Windows system?

后端 未结 3 1786
陌清茗
陌清茗 2021-02-01 04:05

I followed the instructions in Laravel docs to install Vagrant and Homestead on Windows 10, but now I\'ve decided to move the whole development stuff to another dedicated server

3条回答
  •  無奈伤痛
    2021-02-01 04:46

    Run the command vagrant box remove laravel/homestead --provider=virtualbox --all to avoid having to specify a version if multiple are on the machine.

提交回复
热议问题