从 symfony 3.4 迁移到 symfony 4

2022-08-30 23:42:57

我的项目目前设置了3.4版本的symfony。我想搬到symfony4。所以我按照 http://symfony.com/doc/current/setup/upgrade_major.html 的建议搬到了symfony4。

在我当前的项目中,有许多自定义捆绑包是在目录中创建的。但是现在在Symfony 4中没有捆绑结构。src

那么请指导我如何继续在Symfony4中处理我现有的捆绑包?

提前致谢...


答案 1

你可以按照Symfony制作的tuto,就在这里:https://symfony.com/doc/current/setup/upgrade_major.html(你已经做到了)

然后更新您的项目结构:https://symfony.com/doc/current/setup/flex.html#upgrade-to-flex


答案 2

推荐