packagist stancl/tenancy v2.2.0

latest releases: v3.8.5, 3.x-dev, dev-fix-1229...
5 years ago

Added

  • Conflicting routes - you may now use the same URLs in the tenant & central parts of the app docs
  • Universal routes - you may now use the same routes (e.g. Auth::routes() or Nova routes) for both the tenant & central part of the app docs
  • Much richer event system (docs), allowing for things like:
    • jobs to be put into the queue chain of the job that creates tenant DBs, without race conditions
    • seeding tenant data on creation
    • created_at/updated_at/deleted_at timestamps
  • Optional Timestamps feature docs
  • TenantAwareCommand trait for commands docs
  • Find tenant by any key docs
  • Deleting keys from tenant storage docs
  • Better IDE support for global helpers (tenancy() & tenant())

Fixes

  • tenants:migrate now accepts --path

Don't miss a new tenancy release

NewReleases is sending notifications on new releases.