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.