mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 20:54:03 +00:00
Integrations page
This commit is contained in:
parent
5a2cdd3e3b
commit
5569054e49
2 changed files with 13 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'Integrations' => [
|
'Integrations' => [
|
||||||
|
'url' => 'docs/integrations',
|
||||||
'children' => [
|
'children' => [
|
||||||
'Horizon' => 'docs/horizon',
|
'Horizon' => 'docs/horizon',
|
||||||
'Telescope' => 'docs/telescope',
|
'Telescope' => 'docs/telescope',
|
||||||
|
|
|
||||||
12
source/docs/integrations.md
Normal file
12
source/docs/integrations.md
Normal file
|
|
@ -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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue