How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "abijeet/php-dev"
config.vm.box_version = "1.0.0"
end
vagrant init abijeet/php-dev \
--box-version 1.0.0
vagrant up
This version was created almost 5 years ago.
Contains,
More information here - https://blog.thecurlybraces.com/2020/01/vagrant-development-environment-for-php