“php bin/console server:run”在运行时紧跟“composer require symfony/mailer”

Posted

技术标签:

【中文标题】“php bin/console server:run”在运行时紧跟“composer require symfony/mailer”【英文标题】:"php bin/console server:run" immediately followed by "composer require symfony/mailer" whenever it is run 【发布时间】:2022-01-08 23:18:38 【问题描述】:

我正在做一个 Symfony 项目,想知道为什么每当我在终端 php bin/console server:run 中运行以下命令时,它会立即紧随其后的是 composer require symfony/mailer。这是终端截图:

此外,这是我在http://127.0.0.1:8000/ 上得到的输出:

您会注意到命令文本“composer require symfony/mailer”显示在页面顶部。

那么,我该如何处理呢?有什么想法吗?

PS:

Symfony 版本:4.4 PHP 版本:8.0.12 IDE:PhpStorm

【问题讨论】:

在 PHPStorm 中,转到编辑 -> 查找 -> 在文件中查找,然后搜索 composer require symfony/mailer。听起来它已被添加到某处的文件中 非常感谢!我在 bundle.php 文件中找到了它。 【参考方案1】:

问题终于解决了!搜索composer require symfony/mailer(通过在 PhpStorm 中转到“编辑”->“查找”->“在文件中查找”),我发现它以某种方式添加到了 bundles.php 文件中。

【讨论】:

以上是关于“php bin/console server:run”在运行时紧跟“composer require symfony/mailer”的主要内容,如果未能解决你的问题,请参考以下文章