gpt4 book ai didi

Symfony 2 无法生成新包

转载 作者:行者123 更新时间:2023-12-04 18:42:07 27 4
gpt4 key购买 nike

我刚刚加入 ServerGrove 并获得了 VPS。我安装了 Symfony 2 并将其解压到我的 www 文件夹中。我运行了这个命令 php app/console generate:bundle --namespace=Pixbelly/HomeBundle --format=yml但我收到此错误:

[InvalidArgumentException]
There are no commands defined in the "generate" namespace.

我从 www/Symfony 运行了这个命令,但我不知道出了什么问题。

最佳答案

检查您是否已安装并激活 SensioGeneratorBundle。

在 app/AppKernel.php 中

    $bundles = array(
new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle(),
...

喜欢 http://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html

也许还检查您的composer.json:
    "require": {
"sensio/distribution-bundle": "2.3.*", // here maybe newer version
"sensio/generator-bundle": "2.3.*", // same thing
...

然后清除缓存并执行
    composer update

关于Symfony 2 无法生成新包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11406485/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com