Skip to content

Releases: spatie/laravel-multitenancy

1.5.0

24 Jul 11:32
ec0546e
Compare
Choose a tag to compare
  • database switch fails with misconfigured tenant (#92)

1.4.0

02 Jul 09:25
Compare
Choose a tag to compare
  • added execute for the landlord

1.3.0

26 Jun 18:52
7a9800e
Compare
Choose a tag to compare
  • added $tenant->execute($callable) to execute isolated tenant code (#60)

1.2.0

21 Jun 19:06
8f0ae32
Compare
Choose a tag to compare
  • tenant:artisan search field customizable using config (#52)

1.1.5

21 Jun 18:24
802bb34
Compare
Choose a tag to compare
  • allow mass assignment when creating a new tenant by default (#57)

1.1.4

17 Jun 08:34
Compare
Choose a tag to compare
  • improve error handling of tenant aware jobs

1.1.3

01 Jun 07:43
Compare
Choose a tag to compare
  • always register the tenants artisan command, so it may be called from web requests as well.

1.1.2

25 May 19:44
a498a75
Compare
Choose a tag to compare
  • remove unused import from config (#20)

1.1.1

21 May 12:23
843736a
Compare
Choose a tag to compare
  • use the configured tenant model in artisan command (#17)

1.1.0

18 May 09:00
Compare
Choose a tag to compare
  • fix published migration name
  • ask for artisan command if none is given