RamyHakam Multi Tenancy Bundle Versions Save

Symfony 5 /6 bundle to support multi-tenants

2.7.0

4 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/RamyHakam/multi_tenancy_bundle/compare/v2.6.0...2.7.0

v2.6.0

3 months ago

Support Symfony 7 Support Symfony 6.4 Remove Deprecated version 6.1,6.3

v2.5.4

6 months ago

You can now add DQL functions to Tenant Entity Manager from Configrations

v2.5.3

6 months ago

Add 2 new methods to TenantDbConfigurationInterface as a fix of #26

v2.5.2

8 months ago

v2.5.1

11 months ago

Remove support for 5.3 Add Support for PHP 8.2 Create Tenant Databases directly from the Main Db data Create and Migrate tenant databases Without interactions Add Timestamp Trait Add Support for Postgres Database Upgrade Doctrine annotation https://github.com/RamyHakam/multi_tenancy_bundle/issues/20

v2.5.0

1 year ago
  1. Create a tenant db command with a database name
  2. Execute the current migration files in the new database

v2.0.1

1 year ago
  • Add GitHub actions build
  • Fix issue #11
  • Fix issue #13
  • Add Create db command
  • Check and create dirs if not found
  • Add build status in README.md

v2.0.0

1 year ago
  1. Add Support for Symfony 6
  2. Add Support for PHP8
  3. Create and Prepare a new Tenant Database on the fly

v1.0.3

1 year ago

Fix issue #4 #8 Merged