PhpStorm 2019.1 Help

Creating and Removing 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.

Creating a Vagrant box

  1. In the Settings/Preferences dialog (Ctrl+Alt+S), click Vagrant under Tools. The Vagrant page opens.

  2. Click icons general add svg, which located next to the Vagrant Boxes table.

  3. In the Add Vagrant Box dialog that opens, specify the name of the new box, and its URL, then click OK.

  4. The new box is added to the list of available boxes.

Deleting a Vagrant box

  1. On the Vagrant page of the project settings, under the Vagrant Boxes table, select the box to be deleted.

  2. Click icons general remove svg, and confirm deletion.

  3. The selected box is removed from the list.

Last modified: 26 July 2019

See Also

Reference:

External Links: