安装方式:
1.XAMPP
2.独立安装: WAMP
Apache: https://httpd.apache.org/download.cgi#apache24
MySQL: https://dev.mysql.com/downloads/installer/
PHP: http://php.net/downloads.php
phpMyAdmin: https://www.phpmyadmin.net/
备用服务器软件:
https://www.liminghulian.com/page/phpServer
如果遇到问题:
```
error:
* Failed to fetch file due to error "*cURL error 77: error setting certificate verify locations: CAfile: C:\\xampp\\apache\\bin\\curl-ca-bundle.crt CApath: none (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)*"
* Unable to retrieve Drupal project from*https://ftp.drupal.org/files/projects/awesome\_zymphonies\_theme-8.x-1.1.tar.gz*.
```
解决error的参考:
https://stackoverflow.com/questions/30240840/laravel-5-socialite-curl-error-77-error-setting-certificate-verify-locations
https://curl.haxx.se/docs/caextract.html
php.ini:
```
curl.cainfo = "C:\wamp64\bin\php\php7.2.14\cacert.pem"
```
123