Vagrant image for PHP development

There is the Vagrant image created for fast and easy PHP developing.

https://app.vagrantup.com/sdobreff/boxes/ubuntu-20-php-all-in

What is included:

  1. Ubuntu 20.04.1 LTS
  2. PHP 7.4.10
  3. nginx 1.17.10
  4. MySQL 8.0.21
  5. ZSH and oh-my-zsh

To use the image:

vagrant box add sdobreff/ubuntu-20-php-all-in
vagrant destroy
vagrant init sdobreff/ubuntu-20-php-all-in

That will initialize your vagrant box and will create file named Vagrantfile in the current dir.

See also:
Use single Vagrant for multiple projects


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *