Skip to content

Releases: laravel/homestead

v12.6.0

22 Sep 01:18
ee603d7
Compare
Choose a tag to compare

v12.5.0

02 Sep 18:16
3bdecca
Compare
Choose a tag to compare
  • Adding support for PHP 8.1

To test PHP 8.1 add php: "8.1" to any site configuration such as:

sites:
    - map: laravel.test
      to: /home/vagrant/laravel/public
      php: "8.1"

Then run vagrant provision

v12.4.2

02 Sep 16:00
2d67d41
Compare
Choose a tag to compare
  • Fix port sent/to issue where the values had been flipped

v12.4.1

20 Aug 02:06
d1a25b5
Compare
Choose a tag to compare
  • Restart php when installing/adding

v12.4.0

17 Aug 02:29
9251588
Compare
Choose a tag to compare
  • mongodb: update PHP driver to PHP8 compatible v1.9.0 @themaric
  • Update golang version to 1.16.6 (#1673) @ricardoseriani
  • Update after.sh (#1672) @stebogit
  • Bump MongoDB PHP driver to 1.10.0 (#1675) @themaric
  • Adding/Tweaking PHP version scripts
  • Reduce number of default ports Add old defaults to ports example
  • Mongo install should check for php version existence before installing
  • Ensure we purge the entire contents of lib mysql
  • Update golang version to 1.16.7 (#1678) @ricardoseriani
  • Update Installation for TimescaleDB
  • Update Go to 1.17

v12.3.2

13 Jul 13:52
8a5c636
Compare
Choose a tag to compare
  • Fix typo in configure syntax breaking php global key #1674

v12.3.1

08 Jul 14:10
d2fb82d
Compare
Choose a tag to compare

Note to Flyway & Heroku Users

Flyway and Heroki CLI tools have been moved to feature scripts and will no longer be installed unless you add flyway: true or heroku:true to your features: array in Homestead.yaml.

Notes

  • Update golang version to 1.16.5 (#1660) @ricardoseriani
  • Debugging inline provisioners (#1663)
  • Removed PostgreSQL < 13 for WSL & TimescaleDB
  • Update Readme to remove reference to 20.04 branch.
  • Adding Flyway & Heroku CLI as feature scripts
  • TimescaleDB Should use PostgreSQL 13
  • Adding old PHP versions as feature scripts
  • When clearing variables, check if the file exists first.
  • Add feature scripts for old PHP versions. Enable easy site to feature
  • add support for vagrant-goodhosts (#1667) @thedavidthomas
  • Update Blackfire to v2 (#1671) @DieterHolvoet

v12.3.0

29 May 01:24
47ce122
Compare
Choose a tag to compare

v12.2.0

07 Apr 20:16
7d2fd62
Compare
Choose a tag to compare

v12.1.1

17 Mar 23:35
9fe1042
Compare
Choose a tag to compare