PHPackages                             hkwak/qvagrant - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hkwak/qvagrant

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

hkwak/qvagrant
==============

Quick Vagrant Machine configuration

0.5.2(5y ago)033Shell

Since Sep 28Pushed 5y ago1 watchersCompare

[ Source](https://github.com/hkwak/qvagrant)[ Packagist](https://packagist.org/packages/hkwak/qvagrant)[ RSS](/packages/hkwak-qvagrant/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (15)Used By (0)

The quick installation and configuration of Vagrant in the php project
======================================================================

[](#the-quick-installation-and-configuration-of-vagrant-in-the-php-project)

Prerequisites
-------------

[](#prerequisites)

Before you start, install the Vigrant binaries from this location:

You will also need to install the Virtual Box from :

Installation
------------

[](#installation)

To install the package please run

```
composer require --dev hkwak/qvagrant

```

After the installation please copy the file located in ./vagrant/hkwak/qvagrant/Vagrantfile into your root package folder and install the public and var directories. The public folder will be used by the apache server as a root directory, whilst the var folder will be used for storing log files

```
cp ./vendor/hkwak/qvagrant/Vagrantfile .; mkdir public; mkdir var

```

Additionally create some index file in the public folder to be able to access it via browser:

```
 echo "
