From 5569054e49b82483d4b23548a00d9c41a3ce1211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 22 Aug 2019 22:00:23 +0200 Subject: [PATCH] Integrations page --- navigation.php | 1 + source/docs/integrations.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 source/docs/integrations.md diff --git a/navigation.php b/navigation.php index 7d9f1205..31078d39 100644 --- a/navigation.php +++ b/navigation.php @@ -34,6 +34,7 @@ return [ ], ], 'Integrations' => [ + 'url' => 'docs/integrations', 'children' => [ 'Horizon' => 'docs/horizon', 'Telescope' => 'docs/telescope', diff --git a/source/docs/integrations.md b/source/docs/integrations.md new file mode 100644 index 00000000..92033c64 --- /dev/null +++ b/source/docs/integrations.md @@ -0,0 +1,12 @@ +--- +title: Integrations +description: Integrating stancl/tenancy — A Laravel multi-database tenancy package that respects your code.. +extends: _layouts.documentation +section: content +--- + +# Integrations {#integrations} + +This package naturally integrates well with Laravel packages, since it does not rely on you explicitly specifying database connections. + +There are some exceptions, though. [Telescope integration](/docs/telescope), for example, requires you to change the database connection in `config/telescope.php` to a non-default one, because the default connection is switched to the tenant connection. Some packages should use a central connection for data storage.