Tag: developing

  • Vagrant image for PHP development

    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: Ubuntu 20.04.1 LTS PHP 7.4.10 nginx 1.17.10 MySQL 8.0.21 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…