Is there anyway to change the php.ini file on Laravel homestead? For instance, I want to have the short_open_tags set to On - however I can't see an easy way to do this - Apart from going into the php.ini file and changing it every single time I boot homestead?? I can't be doing that each time.
There has to be an easier way to simply override some settings in Laravel homestead. What if I want larger file uploading, different time local etc?
How can I achieve this? I've tried using the ini_set()
command at the top of my php files, but that changes nothing.