使用Composer和post-install-cmd在AppKernel中自动添加注册包?

时间:2012-11-21 15:39:00

标签: php symfony bundle composer-php

我已经看过这个并且目前正试图将其作为一个选项来实现:

但有没有人曾使用Composer使用post-install-cmd选项在AppKernel中自动注册Bundle?

所以在我安装捆绑包之后:

composer require Project/ProjectBundle:1.*

所以在composer.json中我可能会添加类似这样的东西

"scripts": {
    "post-install-cmd": [
        "Project\\Bundle\\ProjectBundle\\Composer\\RegisterBundle::registerBundleName"
    ]
},

开放其他想法,想法和建议

0 个答案:

没有答案