cant use Netbeans console after installing new bundle in Symfony2 (error: Symfony2 console must be selected)

cant use Netbeans console after installing new bundle in Symfony2 (error: Symfony2 console must be selected)

作为 Symfony 的初学者,我尝试在 Symfony (DoctrineFixturesBundle) 中安装和使用新的包,但出现了问题。

我按照说明安装包 http://symfony.com/doc/master/bundles/DoctrineFixturesBundle/index.html

毕竟在 Netbeans 中使用 new-Symfony 添加新项目时我收到了这条消息:

NetBeans 仅使用 <Source Files>/app/console 到 运行 控制台。

当解压缩 Symfony 并安装新的包时,需要压缩 Symfony 目录的子文件夹,而不是根目录。

解压后的目录结构如下所示

symfony2.6.1\Symfony\app\console
symfony2.6.1\Symfony\bin\...
symfony2.6.1\Symfony\src\...

我的错是我压缩了根目录:symfony2.6.1\,而不是 Symfony\,或 Symfony\

下面的所有这些子目录