How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "cluster/php8.2-apache" config.vm.box_version = "20240711.1" end
vagrant init cluster/php8.2-apache \ --box-version 20240711.1 vagrant up
This version was created 1 day ago.
The first version