Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开始转向 Symfony Flex 结构,但找不到有关 parameters.yml 和 parameters.yml.dist 的更多信息 - 它被删除了吗?现在如何使用安装时询问我们在旧版本中的配置详细信息创建捆绑包?
Bundles 现在有自己的配置文件,这些文件将通过 flex 安装到 config 文件夹中。据我所知,不再使用 parameters.yml,而是鼓励您使用环境变量和根目录中的 .env 文件。