configure the php.ini on vagrant homestead
问题 I want to allow short_open_tags in php.ini I want to access to the php.ini on my vagrant box configured with homestead. I saw the php.ini file in /etc/php5/fpm/php.ini But ... permission denied Is somebody knows ? Thanks 回答1: Here is how you grant read/write access to php.ini, modify it, save changes & reload nginx: 1. Navigate to folder containing php.ini: $ cd /etc/php5/fpm 2. Grant read/write access: $ sudo chmod -R ugo+rw php.ini 3. Open php.ini: $ vim php.ini 4. Enter edit mode: $ i 5.