I'm not asking you to help me with a code purpose, but for an advice of how to do what I've got to do.
Since a few weeks, i'm developing a web application based on the symfony3 framework, and now, I have to modify what I did because my boss wants me to open the solution on multiple "groups". In fact, the group will correspond with a database which will be the group's content for the application.
I explain with a schema:
Login page -> login / password / group
If GROUP = A, database = db_group_a (for exemple) If GROUP = B, database = db_group_b (..)
I dont know if it's clear, but here's what I have to do, and I really dont know how to do it with Symfony (In simple PHP, I would do it quite simply, but Symfony makes me ask you). If you could help me, it would be awesome. Thanks!