How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "laravel/homestead"
end
vagrant init laravel/homestead
vagrant up

This version was created about 3 years ago.

https://github.com/laravel/settler/releases/tag/v10.1.1

4 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (1.69 GB)
  • parallels
    unknown Hosted by Vagrant Cloud (1.71 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.66 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (1.72 GB)

This version was created about 3 years ago.

https://github.com/laravel/settler/releases/tag/v10.1.0

4 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (1.67 GB)
  • parallels
    unknown Hosted by Vagrant Cloud (1.68 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.64 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (1.69 GB)

This version was created over 3 years ago.

https://github.com/laravel/settler/releases/tag/v10.0.0

New Features 🆕

Enable or Disable Services

Homestead starts several services by default however if your configuration overrides one of these defaults you can specify which services you would like to enable or disable during provisioning. For example if you only needed PostgreSQL 12 your services: configuration in Homestead.yaml might look like:

services:
    - enabled:
        - "postgresql@12-main"
    - disabled:
        - "mysql"

This configuration would ensure postgresql@12-main service would be enabled and mysql would be disabled from starting at boot. The specified services will also be started or stopped based on their location in enabled and disabled sections.

New Default Versions

  • Ubuntu 20.04
  • MySQL 8 (mysql8 feature script removed)
  • Node 14

General Notes

Wildcard SSL

Homestead configures a self-signed SSL certificate for each site defined in the sites: section of your Homestead.yaml file. If you would like to generate a wildcard SSL certificate for a site you may add a wildcard option to that site's configuration. By default the site will use the wild card certificate instead of the specific domain certificate.

- map: foo.domain.test
  to: /home/vagrant/domain
  wildcard: "yes"

If the use_wildcard option is set to no, the wildcard certificate will be generated but will not be used:

- map: foo.domain.test
  to: /home/vagrant/domain
  wildcard: "yes"
  use_wildcard: "no"
4 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (1.67 GB)
  • parallels
    unknown Hosted by Vagrant Cloud (1.68 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.65 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (1.72 GB)

This version was created over 3 years ago.

https://github.com/laravel/homestead/issues/1422

4 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (1.67 GB)
  • parallels
    unknown Hosted by Vagrant Cloud (1.68 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.64 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (569 MB)

This version was created over 3 years ago.

https://github.com/laravel/settler/releases/tag/v10.0.0-beta

1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.6 GB)

This version was created about 3 years ago.

https://github.com/laravel/settler/releases/tag/v9.7.2

4 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (1.42 GB)
  • parallels
    unknown Hosted by Vagrant Cloud (1.42 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.38 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (1.48 GB)

This version was created about 3 years ago.

https://github.com/laravel/settler/releases/tag/v9.6.1

4 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (1.41 GB)
  • parallels
    unknown Hosted by Vagrant Cloud (1.41 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.38 GB)
  • vmware
    unknown Hosted by Vagrant Cloud (1.44 GB)

This version was created about 3 years ago.

https://github.com/laravel/settler/releases/tag/v9.6.0

4 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (1.39 GB)
  • parallels
    unknown Hosted by Vagrant Cloud (1.38 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.36 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (1.42 GB)

This version was created over 3 years ago.

https://github.com/laravel/settler/releases/tag/v9.5.1

4 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (1.38 GB)
  • parallels
    unknown Hosted by Vagrant Cloud (1.36 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.36 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (1.41 GB)

This version was created over 3 years ago.

https://github.com/laravel/settler/releases/tag/v9.5.0

4 providers for this version.
  • hyperv
    unknown Hosted by Vagrant Cloud (1.38 GB)
  • parallels
    unknown Hosted by Vagrant Cloud (1.38 GB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.35 GB)
  • vmware_desktop
    unknown Hosted by Vagrant Cloud (1.41 GB)
Previous Next