PHP7 - 用composer安装ramsey/uuid失败的解决方法!
摘要:操作系统:CentOS 7 执行命令: php composer.phar install 执行结果失败,换成下面命令: composer update 随后执行成功!! 参考: https://segmentfault.com/q/1010000015656320
阅读全文
posted @
2020-01-29 12:51
sunylat
阅读(1004)
推荐(0)
PHP7 - 如何禁用Xdebug
摘要:操作系统:Cent OS 7 什么是Xdebug?看它的官方网站介绍: https://xdebug.org/index.php 为什么要禁用呢?这是因为Composer,这两种工具有冲突,在使用Composer时候,需要禁用Xdebug。 Composer官网: https://getcompos
阅读全文
posted @
2018-08-26 17:12
sunylat
阅读(4216)
推荐(0)