Create and remove Vagrant boxes
It is possible to work with multiple virtual boxes, created in Vagrant. With PhpStorm, you can add new boxes without leaving the IDE. The unnecessary boxes can be easily deleted.
Press CtrlAlt0S to open settings and then select Tools | Vagrant.
Click
, which located next to the Vagrant Boxes table.
In the Add Vagrant Box dialog that opens, specify the name of the new box, and its URL, then click OK.
The new box is added to the list of available boxes.
On the Vagrant page of the project settings, under the Vagrant Boxes table, select the box to be deleted.
Click
, and confirm deletion.
The selected box is removed from the list.
Thanks for your feedback!
Was this page helpful?