我的项目目前安装了3.4版本的symfony。我想搬到symfony4去。所以我按照http://symfony.com/doc/current/setup/upgrade_major.html上的建议转到了symfony4。
在我当前的项目中,在src目录下创建了许多定制包。但是现在Symfony 4中没有绑定结构。
因此,请指导我如何在Symfony4中继续使用现有的捆绑包?
先谢谢你...
发布于 2018-05-25 14:57:32
你可以遵循Symfony制作的教程,在这里:https://symfony.com/doc/current/setup/upgrade_major.html (你已经做过了)
然后更新你的项目结构:https://symfony.com/doc/current/setup/flex.html#upgrade-to-flex
https://stackoverflow.com/questions/50522896
复制相似问题