RamyHakam / multi_tenancy_bundle

Symfony 5 /6 bundle to support multi-tenants
MIT License
70 stars 24 forks source link

Is it possible to keep the option to select a naming strategy for the tenant databases? #23

Closed HugoIrachetaZenix closed 10 months ago

HugoIrachetaZenix commented 10 months ago

I was just wondering if there is an option for it or if not how difficult could it be to implement.

Thank you in advance.

EduardKarnaukh commented 10 months ago

Review the commit I made in the forked repository:

https://github.com/RamyHakam/multi_tenancy_bundle/commit/32c108378e39d506b1c6ac9d927025aee35b1e70

HugoIrachetaZenix commented 10 months ago

Yeah. With those lines we can configure it in the yaml.

Thank you.

RamyHakam commented 10 months ago

Thanks for your suggestion , I updated it