2017 © Pedro Peláez
 

library homestead

A virtual machine for web artisans.

image

laravel/homestead

A virtual machine for web artisans.

  • Saturday, July 28, 2018
  • by taylorotwell
  • Repository
  • 146 Watchers
  • 2515 Stars
  • 1,882,975 Installations
  • PHP
  • 57 Dependents
  • 0 Suggesters
  • 1165 Forks
  • 1 Open issues
  • 94 Versions
  • 8 % Grown

The README.md

Laravel Homestead Logo, (*1)

Build Status Total Downloads Latest Stable Version License , (*2)

Introduction

Laravel Homestead is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, a web server, or any other server software on your local machine. No more worrying about messing up your operating system! Vagrant boxes are completely disposable. If something goes wrong, you can destroy and re-create the box in minutes!, (*3)

Homestead runs on any Windows, Mac, or Linux system, and includes the Nginx web server, PHP, MySQL, Postgres, Redis, Memcached, Node, and all of the other goodies you need to develop amazing Laravel applications., (*4)

Official documentation is located here., (*5)

Components

Homestead is made up of 2 different projects. The first is this repo which is the Homestead application itself. The application is a wrapper around Vagrant which is an API consumer of a virtualization hypervisor, or provider such as Virtualbox, Hyper-V, VMware, Or Parallels. The second part of Homestead is Settler, which is essentially JSON & Bash scripts to turn a minimalistic Ubuntu OS into what we call Homestead base box. Homestead and Settler (AKA Homestead Base / Base Box) combined give you the Homestead development environment., (*6)

When you run vagrant up for the first time Vagrant will download the large base box from Vagrant cloud. The base box is the output from Settler. The base box will be stored at ~/.vagrant.d/ and copied to the folder you ran vagrant up command from in a hidden folder named .vagrant. This is what allows vagrant to create a VM and destroy it quickly and without having to download the large base box again., (*7)

Current versions
Ubuntu LTS Settler Version Homestead Version Branch Status
22.04 14.x 15.x main Development/Unstable
22.04 14.x 15.x release Stable

Developing Homestead

To keep any in-development changes separate from other Homestead installations, create a new project and install Homestead from composer, forcing it to use a git checkout., (*8)

$ mkdir homestead && \
    cd homestead && \
    composer require --prefer-source laravel/homestead:dev-main

After it's complete, vendor/laravel/homestead will be a git checkout and can be used normally., (*9)

The Versions

28/07 2018

dev-master

9999999-dev

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

28/07 2018

v7.14.0

7.14.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

28/07 2018

v7.13.0

7.13.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

28/07 2018

dev-ruby-code-style-changes

dev-ruby-code-style-changes

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

14/07 2018

v7.12.0

7.12.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

14/07 2018

v7.11.0

7.11.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

11/07 2018

v7.10.0

7.10.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

24/06 2018

v7.9.0

7.9.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

18/06 2018

v7.8.0

7.8.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

03/06 2018

v7.7.0

7.7.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

26/05 2018

v7.6.2

7.6.2.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

26/05 2018

v7.6.1

7.6.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

16/05 2018

v7.6.0

7.6.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

16/05 2018

v7.5.0

7.5.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/05 2018

v7.4.2

7.4.2.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

30/04 2018

v7.4.1

7.4.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

24/04 2018

v7.4.0

7.4.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

12/03 2018

v7.3.0

7.3.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

06/03 2018

v7.2.0

7.2.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

07/02 2018

v7.1.2

7.1.2.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

07/02 2018

v7.1.1

7.1.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

07/02 2018

dev-zray-configuration-tweak

dev-zray-configuration-tweak

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

11/01 2018

v7.1.0

7.1.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

27/12 2017

dev-bugfix-only-symlink-on-zray-true

dev-bugfix-only-symlink-on-zray-true

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

03/12 2017

v7.0.1

7.0.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

30/11 2017

v7.0.0

7.0.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

26/11 2017

v6.6.0

6.6.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

17/10 2017

v6.5.0

6.5.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

17/10 2017

v6.4.0

6.4.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/10 2017

v6.3.0

6.3.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

23/09 2017

dev-feature/switch-to-localhost

dev-feature/switch-to-localhost

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

14/09 2017

v6.2.2

6.2.2.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

14/09 2017

v6.2.1

6.2.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/09 2017

v6.2.0

6.2.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

13/08 2017

v6.1.0

6.1.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

05/08 2017

v6.0.3

6.0.3.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

02/08 2017

v6.0.2

6.0.2.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

01/08 2017

v6.0.1

6.0.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

29/07 2017

v6.0.0

6.0.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/06 2017

v5.4.0

5.4.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

09/06 2017

dev-feature/noninteractive

dev-feature/noninteractive

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

26/05 2017

dev-feature/refactor-tests

dev-feature/refactor-tests

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

19/05 2017

v5.3.2

5.3.2.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

17/05 2017

v5.3.1

5.3.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

12/05 2017

v5.3.0

5.3.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

26/04 2017

v5.2.4

5.2.4.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

22/04 2017

5.2.3

5.2.3.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

22/04 2017

5.2.2

5.2.2.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

11/04 2017

v5.2.1

5.2.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

10/04 2017

v5.2.0

5.2.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

15/03 2017

v5.1.0

5.1.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

28/02 2017

v5.0.1

5.0.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

28/02 2017

v5.0.0

5.0.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

The Development Requires

07/02 2017

v4.0.5

4.0.5.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

06/02 2017

v4.0.4

4.0.4.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

05/01 2017

v4.0.3

4.0.3.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

19/12 2016

v4.0.2

4.0.2.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

16/12 2016

v4.0.1

4.0.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

06/12 2016

2.0.x-dev

2.0.9999999.9999999-dev

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

05/12 2016

v4.0.0

4.0.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

29/11 2016

v3.1.0

3.1.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

17/09 2016

v2.2.2

2.2.2.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

16/02 2016

v3.0.2

3.0.2.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

05/01 2016

v2.2.1

2.2.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

03/01 2016

v2.2.0

2.2.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

21/12 2015

v3.0.1

3.0.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

21/12 2015

v3.0.0

3.0.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

01/10 2015

v2.1.8

2.1.8.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

02/09 2015

v2.1.7

2.1.7.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

04/08 2015

v2.1.6

2.1.6.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

23/07 2015

v2.1.5

2.1.5.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

03/07 2015

v2.1.4

2.1.4.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

24/06 2015

v2.1.3

2.1.3.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

20/06 2015

v2.1.2

2.1.2.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

20/06 2015

v2.1.1

2.1.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

19/06 2015

v2.1.0

2.1.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

23/04 2015

v2.0.17

2.0.17.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

13/04 2015

v2.0.16

2.0.16.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

12/04 2015

v2.0.15

2.0.15.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

21/03 2015

v2.0.14

2.0.14.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

06/03 2015

v2.0.13

2.0.13.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

26/02 2015

v2.0.12

2.0.12.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

24/02 2015

v2.0.11

2.0.11.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

24/02 2015

v2.0.10

2.0.10.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

23/01 2015

v2.0.9

2.0.9.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

04/12 2014

v2.0.8

2.0.8.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

26/11 2014

v2.0.7

2.0.7.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

24/11 2014

v2.0.6

2.0.6.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

24/11 2014

v2.0.5

2.0.5.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

20/11 2014

v2.0.4

2.0.4.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

17/11 2014

v2.0.3

2.0.3.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

17/11 2014

v2.0.2

2.0.2.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

17/11 2014

v2.0.1

2.0.1.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires

 

17/11 2014

v2.0.0

2.0.0.0

A virtual machine for web artisans.

  Sources   Download

MIT

The Requires