vagrant-lamp
vagrant-lamp copied to clipboard
edit php.ini
Exists a way to modify the configuration of php.ini?
You can access that vagrant doing: vagrant ssh
and than sudo vi /etc/php5/php.ini
, I understand it better if we can change the php.ini inside vagrantfile or something like that, but I do this to increase memory_limit, post_max_size and other things.