Answer the question
In order to leave comments, you need to log in
Symfony 2. How to beautifully organize the configuration of bundles in the database?
I decided to try working with Symfony 2 again, while working with services, I wondered how it would be nice to store configuration values in the database?
For example, I have a bundle with service configurations in it:
parameters:
# parameter_name: value
services:
my_service:
class: PageBundle\Services\MyService
arguments: [param1, param2]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question