All Projects → zoontek → purestead

zoontek / purestead

Licence: other
Use Laravel Homestead the Vagrant way.

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language

Purestead

Use Laravel Homestead, the Vagrant way (multiple named VMs, no PHP CLI, no ~/.homestead folder).

System Requirements

1. Installing The Homestead Vagrant Box

vagrant box add laravel/homestead

2. Installing Purestead

git clone https://github.com/zoontek/purestead.git && cd purestead

3. Configuring Purestead

As Purestead is 100% compatible with Homestead config, take a look at the official documentation to edit the config.yaml file.

4. Enjoy using traditionnal Vagrant commands

vagrant up --provision
vagrant ssh
vagrant provision
vagrant reload --provision
vagrant halt
…

Bonus: Grab lastest Homestead scripts and aliases

As Purestead scripts and aliases may be outdated since a potentially recent Homestead update, feel free to update them using Homestead ones (git must be installed and accessible)

sh update.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].