Fork me on GitHub
摘要: 查看php版本 查看自己php的版本,使用:phpinfo() 函数 <?php echo phpinfo(); Xdebug Xdebug: Support — Tailored Installation Instructions 右击查看index.php源代码 并复制到Xdebug中 点击分析 阅读全文
posted @ 2024-02-26 21:15 秋夜雨巷 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 官网 https://www.thinkphp.cn/doc Composer Composer 是 PHP 的一个依赖管理工具,它允许你声明项目所需的库依赖,并且会为你安装它们。在许多方面,它与其他编程语言中的包管理工具类似,例如 Node.js 的 npm 或者 Python 的 pip。使用 阅读全文
posted @ 2024-02-26 19:38 秋夜雨巷 阅读(8) 评论(0) 推荐(0) 编辑