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