0
對於一個特定的情況,我的Symfony2項目有不同版本的配置文件。一個具體的簡單的例子是安全文件:我可以在Symfony中導入參數定義文件嗎?
security_db.yml
security_ldap.yml
我想在parameters.ini
文件中定義了使用的文件。 這是我試圖在添加config.yml
:
imports:
- { resource: "security_%authentification%.yml" }
雖然有在我parameters.ini
文件中定義的authentification
參數,但我一直有同樣的錯誤:
The file "security_%authentification%.yml" does not exist