Tenanti Versions Save

[Package] Multi-tenant Database Schema Manager for Laravel

v3.8.3

4 years ago

Changes

  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

v3.8.2

4 years ago

Fixes

  • Fixed array to string conversion for migration paths when running php artisan tenanti:make command.

v3.8.1

5 years ago

Changes

  • Allow multiple migration paths.

v3.8.0

5 years ago

Changes

  • Update support for Laravel Framework v5.8.

v3.7.1

5 years ago

Changes

  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.

v3.7.0

5 years ago

Changes

  • Update support for Laravel Framework v5.7.
  • Disconnect database after preparing migrations table for each tenant.
  • Allow tenanti queue connection to be configurable via config and environment file.

v3.6.6

5 years ago

Added

  • Add Orchestra\Tenanti\TenantiManager::config() helper method.

Changes

  • Disconnect database after preparing migrations table for each tenant.

v3.5.2

5 years ago

Changes

  • Disconnect database after preparing migrations table for each tenant.

v3.6.5

5 years ago

Changes

  • Force to use write PDO connection when migrating tenants.

v3.6.4

5 years ago

Changes

  • Import Illuminate\Database\Schema\Blueprint and Illuminate\Support\Facades\Schema to blank stub by default.