Tenanti Versions Save

[Package] Multi-tenant Database Schema Manager for Laravel

v3.6.3

5 years ago

Changes

  • Add --delay options to tenanti:queue command.

Fixes

  • Readd missing --force options to tenanti:queue command due to Illuminate\Console\ConfirmableTrait usage.

v3.6.2

5 years ago

Added

  • Added Orchestra\Tenanti\Contracts\TenantProvider.

Changes

  • Allow Orchestra\Tenanti\Model::tenant to accept Orchestra\Tenanti\Contracts\TenantProvider.

v3.6.1

5 years ago

Added

  • Added Orchestra\Tenanti\Eloquent\Model.
  • Added Orchestra\Tenanti\Eloquent\Builder.
  • Added Orchestra\Tenanti\Tenantor::fromEloquent.

v3.6.0

6 years ago

Changes

  • Update support for Laravel Framework v5.6.

v3.5.1

6 years ago

Added

  • Added Orchestra\Tenanti\Tenantor.
  • Added Orchestra\Tenanti\Eloquent\Tenantee trait.

Fixes

  • Fixes Orchestra\Tenanti\Contracts\Factory contracts.

v3.5.0

6 years ago

Changes

  • Update support for Laravel Framework v5.5.
  • Utilize fetching instance of model collection via cursor().

Fixes

  • Tenant creation and deletion job should attempt to use given model instead of querying the database again.
  • Reset database connection after migration if possible.

v3.4.2

6 years ago

Fixes

  • Tenant creation and deletion job should attempt to use given model instead of querying the database again.
  • Reset database connection after migration if possible.

v3.4.1

6 years ago

Added

  • Allow to load dynamic migration path via Orchestra\Tenanti\Migrator\Factory::loadMigrationsFrom(). (#44)

Changes

  • Re-enable to use php artisan tenanti:queue with --queue name option.

Deprecated

  • Deprecate --force option on php artisan tenanti:queue.

v3.4.0

7 years ago

Changes

  • Update support for Laravel Framework v5.4.

v3.3.5

7 years ago