tenancy-docs/source/docs/v1/integrations.blade.md
Samuel Štancl f8f354c323 3.x redesign
2020-06-08 21:20:15 +02:00

691 B

title description extends section
Integrations Integrating stancl/tenancy — A Laravel multi-database tenancy package that respects your code.. _layouts.documentation content

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]({{ $page->link('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.