craue / CraueConfigBundle

Database-stored settings made available via a service for your Symfony project.
MIT License
173 stars 35 forks source link

User settings and tenancy settings #34

Closed cirovargas closed 7 years ago

cirovargas commented 7 years ago

Hi

Congrats for the bundle.

I have a multy tenancy saas with many users and i want to manage settings by user and by instance.

What is the best practice you recommend for this scenario?

Moving the bundle to the src and modify or using as parent bundle? or what?

craue commented 7 years ago

The bundle is not designed for per-user settings, see #33.