vagrant Symfony4.1 PHP7.2
1.0.0
open the CMD as Administrator
install the plugin
vagrant plugin install vagrant-vbguest
Creation of the VM
vagrant up --debug
To start the VM
vagrant up
To connect to the VM
vagrant ssh -- -t 'bash /alias.sh'
alias | Description |
---|---|
start-service | Command to start services (php-fpm, mysql, ngnix) |
compose | Composer is a dependency management tool in PHP |
phpunit | Run PHP tests |
cd /vagrant/web/
make
login | password |
---|---|
vagrant | vagrant |