Open guanguans opened 5 years ago
能加一个php7.1 7.3吗
@SummerMagic 可以加的,我抽个时间加下。
@all-contributors please add @SummerMagic for ideas
@guanguans
I've put up a pull request to add @SummerMagic! :tada:
[RuntimeException] Could not scan for classes inside "/home/vagrant/code/xhgui-branch/vendor/phpunit/phpunit/PHPUnit/" which does not appear to be a file nor a folder
这个好像是composer 有问题
@SummerMagic 更新下 composer 版本试试,运行 composer install --no-dev
试试。我这边测试是没问题的。
mongo提示No suitable servers found (serverSelectionTryOnce set): [connection timeout calling ismaster on 'mongo:27017'],重构完也没用 一直restarting
@ConserveLee
Docker 的 LNMP 一键安装开发环境与 PHP 非侵入式监控平台 xhgui 的安装使用
安装之前请确保安装了以下软件
安装 dnmp-plus
默认 web 根目录
www/localhost/
,浏览器访问 http://localhost安装使用 xhgui
安装
修改 xhgui-branch 配置文件
www/xhgui-branch/config/config.default.php
hosts 文件中增加
浏览器访问 http://xhgui.test
安装一个 laravel 项目作为要性能追踪及分析的项目使用示例
配置 laravel 的 nginx 配置
修改 laravel.conf 为
hosts 文件中增加
重启 nginx
浏览器访问 http://laravel.test, 再访问 http://xhgui.test,愉快的查看 laravel 项目的性能追踪及分析吧