How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "mentax/php83" config.vm.box_version = "02" end
vagrant init mentax/php83 \ --box-version 02 vagrant up
This version was created 6 months ago.
There isn't a description.