RamyHakam / multi_tenancy_bundle

Symfony 5 /6 bundle to support multi-tenants
MIT License
82 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 1 year ago

HugoIrachetaZenix commented 1 year 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 1 year ago

Review the commit I made in the forked repository:

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

HugoIrachetaZenix commented 1 year ago

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

Thank you.

RamyHakam commented 1 year ago

Thanks for your suggestion , I updated it