How do you load config settings from the database in Symfony2?

后端 未结 2 1729
说谎
说谎 2021-01-31 00:39

I have a number of settings that are currently in the config.yml file.

Going forward I want to be able to develop an interface where administrators will be able to updat

2条回答
  •  萌比男神i
    2021-01-31 00:54

    Take a look at the UnifikDatabaseConfigBundle. It creates a database structure that enable configuration of Symfony parameters straight from the database.

提交回复
热议问题