-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Is there a way of having multiple base connection like :
'base' => [
'base1' => env('AIRTABLE_BASEID1'),
'base2' => env('AIRTABLE_BASEID2'),
...
],
And so, directly from this previous connection, picking table name like this :
Airtable::table('TableName')->get();
Bc if i have like 5 base with 20 tables in each i would have to hard write 100 table connection in airtable.php like this :
'tables' => [
'Table1FromBase1' => [
'name' => 'Table1_name',
'base' => 'baseid1'
],
... (x100)
],
Or am i missing something ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels