资源
- https://www.php.net/manual/zh/
- https://www.w3school.com.cn/php/index.asp
- https://www.runoob.com/php/php-tutorial.html
- https://laravel-china.github.io/php-the-right-way/
macOS环境手动搭建
参考文档
- https://learnku.com/articles/35981
- https://laravelacademy.org/post/21613
- http://blog.qiji.tech/archives/132
安装PHP
1 | # 安装 |
安装Nginx
1 | brew install nginx |
DEMO
1 | vi index.php |
直接启动
1 | # 内置server方式启动 |
MongoDB扩展安装
1 | pecl install mongodb |
Xdebug安装
参考文档
安装
1 | # 安装 |
PhpUnit
1 | # 安装依赖 |