macOS搭建PHP开发环境(brew安装nginx、mysql 和多版本php,并配置多个php同时运行的环境)
<h2>macOS搭建php开发环境</h2>
<h3>1.安装brew</h3>
<pre class="language-php"><code>/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"</code></pre>
<h3>2.安装Nginx</h3>
<pre class="language-php"><c
