1.在homestead virtual box安装和配置xdebug 先在终端运行vagrant up 和 vagrant ssh,ssh远程到homestead,然后复制以下代码到一个shell文件里面,并执行. #!bash/bin cd ~ #download and uncompress wget https://xdebug.org/files/xdebug-2.4.0.tgz .tgz #compile and make install cd xdebug- phpize7. ./…
1.如何修改php.ini 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 p…
Vagrant is a tool that manages oracle virtual boxes 1.本地下载https://atlas.hashicorp.com/laravel/boxes/homestead/versions/0.2.6/providers/virtualbox.box下载该box作为base, (https://atlas.hashicorp.com/boxes/search?utf8=%E2%9C%93&sort=&provider=&q=homes…