Skip to content

v12.5.0

Compare
Choose a tag to compare
@svpernova09 svpernova09 released this 02 Sep 18:16
· 164 commits to main since this release
3bdecca
  • 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