Releases: orchestral/tenanti
Releases · orchestral/tenanti
v3.8.3
Changes
- Use
static function
rather than function
whenever possible, the PHP engine does not need to instantiate and later GC a $this
variable for said closure.
v3.8.2
Fixes
- Fixed array to string conversion for migration
paths
when running php artisan tenanti:make
command.
v3.8.1
Changes
- Allow multiple migration
paths
.
v3.8.0
Changes
- Update support for Laravel Framework v5.8.
v3.7.1
Changes
- Improve performance by prefixing all global functions calls with
\
to skip the look up and resolve process and go straight to the global function.
v3.7.0
Changes
- Update support for Laravel Framework v5.7.
- Disconnect database after preparing migrations table for each tenant.
- Allow tenanti queue connection to be configurable via config and environment file.
v3.6.6
Added
- Add
Orchestra\Tenanti\TenantiManager::config()
helper method.
Changes
- Disconnect database after preparing migrations table for each tenant.
v3.5.2
Changes
- Disconnect database after preparing migrations table for each tenant.
v3.6.5
Changes
- Force to use write PDO connection when migrating tenants.
v3.6.4
Changes
- Import
Illuminate\Database\Schema\Blueprint
and Illuminate\Support\Facades\Schema
to blank
stub by default.