1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 16:54:05 +00:00

finally fixed the migrations issue

This commit is contained in:
Samuel Štancl 2019-08-15 21:37:46 +02:00
parent 170392f15f
commit f7ca2937fd
5 changed files with 32 additions and 16 deletions

View file

@ -2,9 +2,17 @@
return [
'storage_driver' => 'Stancl\Tenancy\StorageDrivers\DatabaseStorageDriver',
'db_storage' => [
'data_column' => 'data',
'custom_columns' => [],
'storage' => [
'db' => [
'data_column' => 'data',
'custom_columns' => [
// 'plan',
],
'connection' => 'central',
],
'redis' => [
'connection' => 'tenancy',
],
],
'tenant_route_namespace' => 'App\Http\Controllers',
'exempt_domains' => [