Closed paragonie-scott closed 6 years ago
Add support for multiple instances via the ?instance=name parameter.
To implement, add something like this to your local/settings.json in the instances key:
"public_prefix": "table_name_prefix",
Then run bin/make-tables.php as normal.
Every instance is totally independent of each other. They have their own
If merged, I will document these features and roll it into v1.1.0. Closes #27.
Add support for multiple instances via the ?instance=name parameter.
To implement, add something like this to your local/settings.json in the instances key:
Then run bin/make-tables.php as normal.
Every instance is totally independent of each other. They have their own
If merged, I will document these features and roll it into v1.1.0. Closes #27.