All notable changes to laravel-multitenancy
will be documented in this file
- added
execute
for the landlord
- added
$tenant->execute($callable)
to execute isolated tenant code (#60)
tenant:artisan
search field customizable using config (#52)
- allow mass assignment when creating a new tenant by default (#57)
- improve error handling of tenant aware jobs
- always register the tenants artisan command, so it may be called from web requests as well.
- remove unused import from config (#20)
- use the configured tenant model in artisan command (#17)
- fix published migration name
- ask for artisan command if none is given
- initial release