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,

  • Apache
  • MariaDB
  • PHP 7.3
  • Redis
  • nvm with Node 12.x installed
  • Supports debugging via VSCode and Xdebug.

More information here - https://blog.thecurlybraces.com/2020/01/vagrant-development-environment-for-php

1 provider for this version.
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.1 GB)