Editing php.ini on vagrant box

the_unforgiven_II picture the_unforgiven_II · Apr 10, 2014 · Viewed 31k times · Source

Does anyone know how to edit the mail setting in the php.ini file by using Vagrant.

so I would ssh in terminal like so:

cd myapp

vagrant ssh

then what>?

Answer

sinini picture sinini · Jan 29, 2015

Depending on your box, it might be

sudo nano /etc/php5/apache2/php.ini

then adopt you changes and restart with

sudo service apache2 restart